Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStorageStore

todo

IdentitySummary is a UI type, which can always be derived from a DID Doc and Public Profile. Perhaps that's what we should store instead, since those are more generic and can be reused.

Hierarchy

  • IStorageStore

Index

Methods

credentialMetadata

encryptedWallet

identity

  • identity(identity: Identity): Promise<void>

interactionToken

  • interactionToken(token: JSONWebToken<any>): Promise<void>

issuerProfile

setting

  • setting(key: string, value: any): Promise<void>

verifiableCredential

  • verifiableCredential(vCred: SignedCredential): Promise<void>

Generated using TypeDoc