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

    Interface ApiPerpetualsVaultPreviewOwnerWithdrawCollateralBody

    Request body for previewing a vault owner collateral withdrawal.

    interface ApiPerpetualsVaultPreviewOwnerWithdrawCollateralBody {
        lpWithdrawAmount: bigint;
        vaultId: string;
    }
    Index
    lpWithdrawAmount: bigint

    LP amount to redeem in the LP coin's smallest unit.

    vaultId: string

    Vault from which LP liquidity is withdrawn.