WithOptions
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / WithOptions
Type Alias: WithOptions
WithOptions = {
password?:string;storageType?:BaseStorage|StorageType; }
Defined in: packages/lib/sdk/src/pluto/types.ts:115
Start options for the default RIDB-backed store.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
password? | string | Optional encryption password for the database. | packages/lib/sdk/src/pluto/types.ts:115 |
storageType? | BaseStorage | StorageType | Optional custom storage backend class. | packages/lib/sdk/src/pluto/types.ts:115 |