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

    Interface ApiPerpetualsVaultOwnerWithdrawLockedLiquidityTxBody

    API body for withdrawing the vault owner's locked liquidity.

    interface ApiPerpetualsVaultOwnerWithdrawLockedLiquidityTxBody {
        amount: bigint;
        minCollateralAmountOut: bigint;
        recipientAddress?: string;
        txKind?: string;
        vaultId: string;
    }
    Index
    amount: bigint

    Locked liquidity amount in the collateral coin's smallest unit.

    minCollateralAmountOut: bigint

    Minimum collateral output in the collateral coin's smallest unit.

    recipientAddress?: string

    Optional recipient of the collateral coin.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault whose locked liquidity is withdrawn.