Skip to content

isExpired

function isExpired(client, options): Promise<boolean>;

Defined in: packages/synapse-core/src/session-key/actions.ts:52

Check if the session key is expired.

ParameterTypeDescription
clientClient<Transport, Chain>The client to use.
optionsIsExpiredOptionsThe options to use.

Promise<boolean>

The account info including funds, lockup details, and available balance.

  • ReadContractErrorType if the read contract fails.