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

    Interface ApiPerpetualsVaultProcessForceWithdrawRequestTxBody

    API body to process forced withdrawals in a vault.

    interface ApiPerpetualsVaultProcessForceWithdrawRequestTxBody {
        recipientAddress?: string;
        sizesToClose: Record<PerpetualsMarketId, Balance>;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
        walletAddress: string;
    }
    Index
    recipientAddress?: string

    Optional recipient of the resulting collateral coin.

    sizesToClose: Record<PerpetualsMarketId, Balance>

    Per-market sizes to close as part of force withdraw.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault processing the request.

    walletAddress: string

    Wallet that owns the withdraw request.