Mediator

data class Mediator(val mediatorDid: String, val holderDid: String, val routingDid: String)(source)

The Mediator class represents a mediator entity used in a system.

Constructors

Link copied to clipboard
constructor(mediatorDid: String, holderDid: String, routingDid: String)

Properties

Link copied to clipboard
@SerialName(value = "holder_did")
val holderDid: String

The unique identifier of the holder.

Link copied to clipboard
@SerialName(value = "mediator_did")
val mediatorDid: String

The unique identifier of the mediator.

Link copied to clipboard
@SerialName(value = "routing_did")
val routingDid: String

The unique identifier of the routing.

Functions

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

Checks if this Mediator object is equal to the specified object.

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

Calculates the hash code for this object.