Skip to main content

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

PropertyTypeDescriptionInherited fromDefined in
alias?stringOptional name for the relationship-packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:26
hostIdstringUUID of the host DID-packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:18
rolenumberRelationship of the DIDs See DIDLink.role enum-packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:14
targetIdstringUUID of the target DID-packages/lib/sdk/src/pluto/models/relationships/DIDLink.ts:22
uuidstringUniversally Unique Identifier. should be unique across all items.Model.uuidpackages/shared/domain/build/index.d.ts:404