DidResolutionResult

class DidResolutionResult(val context: String? = null, val didDocument: DidDocument? = null, val didDocumentMetadata: DidDocumentMetadata = DidDocumentMetadata(), val didResolutionMetadata: DidResolutionMetadata = DidResolutionMetadata())

Represents the result of DID resolution as per the W3C DID Core specification. Includes the DID document and related metadata.

Constructors

Link copied to clipboard
constructor(context: String? = null, didDocument: DidDocument? = null, didDocumentMetadata: DidDocumentMetadata = DidDocumentMetadata(), didResolutionMetadata: DidResolutionMetadata = DidResolutionMetadata())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val context: String? = null

A URI string that sets the JSON-LD context for the DID document. Optional.

Link copied to clipboard

The resolved DID document containing a set of assertions made by the DID subject.

Link copied to clipboard

Metadata about the DID document. Optional.

Link copied to clipboard

Metadata about the results of the DID resolution process. Optional.

Functions

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