Services

Represents a "services" property, which is a list of Services associated with a Decentralized Identifier (DID) or other subject or object. The "services" property is typically included in a DID Document and can be used to discover and interact with the associated DID or subject or object.

Constructors

Link copied to clipboard
constructor(values: Array<DIDDocument.Service>)

Properties

Link copied to clipboard

Functions

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

Determines whether the current object is equal to another object.

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

Calculates the hash code for the Services object. The hash code is calculated based on the content of the values array property.