aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPerpetualsVaultCancelWithdrawRequestTxBody

    API body for canceling withdrawal requests across vaults for a wallet.

    interface ApiPerpetualsVaultCancelWithdrawRequestTxBody {
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
        walletAddress: string;
    }
    Index

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault containing the request to cancel.

    walletAddress: string

    Wallet that owns the request.