Type alias KeyringState

KeyringState: { accounts: Record<string, { account: KeyringAccount; snapId: SnapId }> }

Snap keyring state.

This state is persisted by the keyring controller and passed to the Snap keyring when it's created.

Type declaration

  • accounts: Record<string, { account: KeyringAccount; snapId: SnapId }>