DIDPair

data class DIDPair(val holder: String, val recipient: String, val alias: String)(source)

Represents a pair of DID (Decentralized Identifier) with additional metadata.

Constructors

Link copied to clipboard
constructor(holder: String, recipient: String, alias: String)

Properties

Link copied to clipboard

An alias or label associated with the pair.

Link copied to clipboard

The DID of the holder of the pair.

Link copied to clipboard

The DID of the recipient of the pair.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this DIDPair object with the specified other object for equality.

Link copied to clipboard
open override fun hashCode(): Int

Computes and returns the hash code for this object.