Collections<T>
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / Collections
Type Alias: Collections<T>
Collections<
T> ={ [key in keyof T]: T[key] }
Defined in: packages/lib/sdk/src/pluto/types.ts:82
Typed map of all RIDB collections as returned by makeCollections.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | ReturnType<typeof makeCollections> | Defaults to the return type of makeCollections. |