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

    Interface ApiPerpetualsVaultOwnerUpdateForceWithdrawDelayTxBody

    API body to update the force-withdrawal delay in a vault.

    interface ApiPerpetualsVaultOwnerUpdateForceWithdrawDelayTxBody {
        forceWithdrawDelayMs: bigint;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
    }
    Index
    forceWithdrawDelayMs: bigint

    New force-withdraw delay in milliseconds.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault whose force-withdraw delay is updated.