Module metadata

Module metadata 

Source
Expand description

W3C DID Core resolution metadata types.

Per the W3C DID Core specification §7.1, resolving a DID returns three components: the DID Document itself, document metadata, and resolution metadata. This module defines the latter two and the wrapper type that combines all three.

References:

Structs§

DidDocumentMetadata
Metadata about the DID Document itself (not the DID or resolution process).
DidResolutionMetadata
Metadata about the DID resolution process itself.
DidResolutionOptions
Input options for DID resolution, per W3C DID Core §7.1.
DidResolutionResult
The complete output of a DID resolution operation.

Enums§

DidResolutionError
Standardized DID resolution error codes per W3C DID Core §7.1.2.