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

    Interface ApiPerpetualsVaultPreviewCreateWithdrawRequestBody

    Request body for previewing a vault withdrawal request.

    interface ApiPerpetualsVaultPreviewCreateWithdrawRequestBody {
        lpWithdrawAmount: bigint;
        vaultId: string;
        walletAddress: string;
    }
    Index
    lpWithdrawAmount: bigint

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

    vaultId: string

    Vault from which LP tokens are withdrawn.

    walletAddress: string

    Wallet that owns the LP tokens.