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

    Type Alias ApiPerpetualsVaultPreviewPauseVaultForForceWithdrawRequestResponse

    ApiPerpetualsVaultPreviewPauseVaultForForceWithdrawRequestResponse:
        | { error: string }
        | { isPausable: boolean; minNextPauseTimestamp: bigint }

    Response from a vault pause preview, or an error returned by the backend.

    Type Declaration

    • { error: string }
      • error: string

        Backend explanation when the vault cannot be paused.

    • { isPausable: boolean; minNextPauseTimestamp: bigint }
      • isPausable: boolean

        Whether the vault can be paused now.

      • minNextPauseTimestamp: bigint

        Earliest next pause timestamp in Unix milliseconds.