Skip to main content

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

PropertyTypeDescriptionDefined in
password?stringOptional encryption password for the database.packages/lib/sdk/src/pluto/types.ts:115
storageType?BaseStorage | StorageTypeOptional custom storage backend class.packages/lib/sdk/src/pluto/types.ts:115