MemoryDIDStore class
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.
An implementation of AbstractDIDStore that stores everything in memory.
This API may change without a BREAKING CHANGE notice.
Signature:
export declare class MemoryDIDStore extends AbstractDIDStore
Extends: AbstractDIDStore
Methods
Method | Modifiers | Description |
---|---|---|
deleteDID({ did }) | (BETA) | |
getDID({ did, alias, provider, }) | (BETA) | |
importDID(args) | (BETA) | |
listDIDs(args) | (BETA) |