DIDPair

data class DIDPair(val holder: DID, val receiver: DID, val name: String?)(source)

Represents a pair of DIDs, typically used for secure communication or delegation of capabilities or services.

Constructors

Link copied to clipboard
constructor(holder: DID, receiver: DID, name: String?)

Properties

Link copied to clipboard
val holder: DID
Link copied to clipboard
val name: String?
Link copied to clipboard