DIDKeyLink
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / DIDKeyLink
Interface: DIDKeyLink
Defined in: 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 | - | src/pluto/models/relationships/DIDKeyLink.ts:21 | 
| didId | string | UUID of DID | - | src/pluto/models/relationships/DIDKeyLink.ts:13 | 
| keyId | string | UUID of Key | - | src/pluto/models/relationships/DIDKeyLink.ts:17 | 
| uuid | string | Universally Unique Identifier. should be unique across all items. | Model.uuid | src/domain/buildingBlocks/Pluto.ts:23 |