KeyStoreJson.(constructor)
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.
Constructs a new instance of the KeyStoreJson class
Signature:
constructor(jsonStore: VeramoJsonStore);
Parameters
| Parameter | Type | Description |
|---|---|---|
| jsonStore | VeramoJsonStore | Serves as the JSON object storing data in memory as well as providing an update notification callback to persist this data. For correct usage, this MUST use the same VeramoJsonStore instance as the one used by DIDManager. |