IDataStore interface
Basic data store interface
Signature:
export interface IDataStore extends IPluginMethodMap
Extends: IPluginMethodMap
Methods
|
Method |
Description |
|---|---|
|
Deletes message from the data store | |
|
Deletes verifiable credential from the data store | |
|
Gets message from the data store | |
|
Gets verifiable credential from the data store | |
|
Gets verifiable presentation from the data store | |
|
Saves message to the data store | |
|
Saves verifiable credential to the data store | |
|
Saves verifiable presentation to the data store |