Skip to main content

VeramoJsonCache interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A JSON data layout for data-store-json implementations.

This API may change in future versions without a BREAKING CHANGE notice.

Signature:

export interface VeramoJsonCache

Properties

PropertyModifiersTypeDescription
claims?Record<string, ClaimTableEntry>(BETA) (Optional)
credentials?Record<string, CredentialTableEntry>(BETA) (Optional)
dids?Record<string, IIdentifier>(BETA) (Optional)
keys?Record<string, ManagedKeyInfo>(BETA) (Optional)
messages?Record<string, IMessage>(BETA) (Optional)
presentations?Record<string, PresentationTableEntry>(BETA) (Optional)
privateKeys?Record<string, ManagedPrivateKey>(BETA) (Optional)