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

    Interface ApiPerpetualsVaultOwnerUpdateLockPeriodTxBody

    API body to update the lock period on a vault.

    interface ApiPerpetualsVaultOwnerUpdateLockPeriodTxBody {
        lockPeriodMs: bigint;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
    }
    Index
    lockPeriodMs: bigint

    New deposit lock period in milliseconds.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault whose lock period is updated.