Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeystoreProvider

A Keystore Provider is responsible for either creating a Keystore instance or throwing a KeystoreUnavailableError It is typically used once on application startup to bootstrap the Keystore and load/decrypt the user's private keys

Hierarchy

  • KeystoreProvider

Implemented by

Index

Methods

  • newKeystore(opts: KeystoreProviderOptions, apiClient: default, wallet?: Signer): Promise<Keystore>

Generated using TypeDoc