DIDLink
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / DIDLink
Interface: DIDLink
Defined in: packages/lib/sdk/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 | - | packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:26 |
hostId | string | UUID of the host DID | - | packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:18 |
role | number | Relationship of the DIDs See DIDLink.role enum | - | packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:14 |
targetId | string | UUID of the target DID | - | packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:22 |
uuid | string | Universally Unique Identifier. should be unique across all items. | Model.uuid | packages/shared/domain/build/index.d.ts:404 |