DIDLink
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / DIDLink
Interface: DIDLink
Defined in: src/pluto/models/relationships/DIDLink.ts:9
Definition for DID -> DID relationships
Extends
Properties
| Property | Type | Description | Inherited from | Defined in | 
|---|---|---|---|---|
| alias? | string | Optional name for the relationship | - | src/pluto/models/relationships/DIDLink.ts:26 | 
| hostId | string | UUID of the host DID | - | src/pluto/models/relationships/DIDLink.ts:18 | 
| role | number | Relationship of the DIDs See DIDLink.role enum | - | src/pluto/models/relationships/DIDLink.ts:14 | 
| targetId | string | UUID of the target DID | - | src/pluto/models/relationships/DIDLink.ts:22 | 
| uuid | string | Universally Unique Identifier. should be unique across all items. | Model.uuid | src/domain/buildingBlocks/Pluto.ts:23 |