Skip to main content

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

PropertyTypeDescriptionInherited fromDefined in
alias?stringOptional name for the relationship-src/pluto/models/relationships/DIDLink.ts:26
hostIdstringUUID of the host DID-src/pluto/models/relationships/DIDLink.ts:18
rolenumberRelationship of the DIDs See DIDLink.role enum-src/pluto/models/relationships/DIDLink.ts:14
targetIdstringUUID of the target DID-src/pluto/models/relationships/DIDLink.ts:22
uuidstringUniversally Unique Identifier. should be unique across all items.Model.uuidsrc/domain/buildingBlocks/Pluto.ts:23