BrowserLocalStorageStore class
Implementation of VeramoJsonStore that uses browser localStorage to store data.
Signature:
export declare class BrowserLocalStorageStore implements VeramoJsonStore
Implements: VeramoJsonStore
Example
const dataStore = BrowserLocalStorageStore.fromLocalStorage('veramo-state')
const plugin = new DataStoreJson(dataStore)
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Record<string, ClaimTableEntry> | |||
Record<string, CredentialTableEntry> | |||
Record<string, IIdentifier> | |||
Record<string, ManagedKeyInfo> | |||
Record<string, IMessage> | |||
Record<string, PresentationTableEntry> | |||
Record<string, ManagedPrivateKey> |
Methods
Method | Modifiers | Description |
|---|---|---|
|