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

    Interface ApiPerpetualsVaultUpdateWithdrawRequestSlippageTxBody

    API body to update slippage parameter for pending vault withdraw request for a specific vault.

    interface ApiPerpetualsVaultUpdateWithdrawRequestSlippageTxBody {
        minCollateralAmountOut: bigint;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
    }
    Index
    minCollateralAmountOut: bigint

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

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault containing the pending request.