CapabilityInvocation

Represents a "capability invocation" property, which is a list of URIs and Verification Methods that can be used to invoke a specific capability or service provided by a DID or other subject or object. The "capability invocation" property is typically included in a DID Document and can be used to invoke 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

Compares this object with the specified object for equality. Returns true if the specified object is also a CapabilityInvocation and has the same values for the urls and verificationMethods properties.

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

Calculates the hash code for a CapabilityInvocation object.