DIDKeyLink
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / DIDKeyLink
Interface: DIDKeyLink
Defined in: packages/lib/sdk/src/pluto/models/relationships/DIDKeyLink.ts:9
Definition for DID -> Key relationships
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
alias? | string | Optional name for the relationship | - | packages/lib/sdk/src/pluto/models/relationships/DIDKeyLink.ts:21 |
didId | string | UUID of DID | - | packages/lib/sdk/src/pluto/models/relationships/DIDKeyLink.ts:13 |
keyId | string | UUID of Key | - | packages/lib/sdk/src/pluto/models/relationships/DIDKeyLink.ts:17 |
uuid | string | Universally Unique Identifier. should be unique across all items. | Model.uuid | packages/shared/domain/build/index.d.ts:404 |