Skip to main content

CreateOptions

@hyperledger/identus-sdk v8.0.0


@hyperledger/identus-sdk / overview / CreateOptions

Type Alias: CreateOptions

CreateOptions = { keyRestoration: KeyRestoration; } & { store: Store; } | { dbName: string; startOptions?: StartOptions; }

Defined in: packages/lib/sdk/src/pluto/Pluto.ts:208

Options for creating a Pluto instance via Pluto.create.

Provide either a pre-built store or a dbName (in which case the default RIDB-backed store is created automatically).

Type Declaration

NameTypeDefined in
keyRestorationKeyRestorationpackages/lib/sdk/src/pluto/Pluto.ts:209