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

    Interface ApiPerpetualsVaultPreviewProcessForceWithdrawRequestBody

    Request body for previewing forced withdraw processing for a vault.

    interface ApiPerpetualsVaultPreviewProcessForceWithdrawRequestBody {
        vaultId: string;
        walletAddress: string;
    }
    Index
    vaultId: string

    Vault processing the force-withdraw request.

    walletAddress: string

    Wallet that owns the force-withdraw request.