Skip to main content

Example

Methods

Each method has its own reference page:
  • ready() - resolve once the account exists and the session is established.
  • account() - the provisioned account, or null until ready() resolves.
  • sessionExpiresAt() - when the current session lapses.
  • refreshSession() - start a fresh session; the remedy for wallet.session_expired.
  • destroy() - end the session and remove the frame.
This version provisions and reports the account; it deliberately exposes no signing surface. Signing arrives in a later minor release.