CapabilityDelegation

Represents a "capability delegation" property, which is a list of URIs and Verification Methods that can be used to delegate a specific capability or service provided by a DID or other subject or object to another subject or object. The "capability delegation" property is typically included in a DID Document and can be used to delegate a specific capability or service provided by the DID or subject or object.

Constructors

Link copied to clipboard
constructor(urls: Array<String>, verificationMethods: Array<DIDDocument.VerificationMethod>)

Properties

Link copied to clipboard

Functions

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

Determines whether the current CapabilityDelegation object is equal to the provided object.

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

Calculates the hash code value for the CapabilityDelegation object.