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§
- DidDocument
Metadata - Metadata about the DID Document itself (not the DID or resolution process).
- DidResolution
Metadata - Metadata about the DID resolution process itself.
- DidResolution
Options - Input options for DID resolution, per W3C DID Core §7.1.
- DidResolution
Result - The complete output of a DID resolution operation.
Enums§
- DidResolution
Error - Standardized DID resolution error codes per W3C DID Core §7.1.2.