The name of the DID method.
Resolves a DID URI.
This function should resolve the DID URI in accordance with the DID method specification being
implemented, using the provided options
.
The DID URI to be resolved.
Optional
options: DidResolutionOptionsOptional. The options used for resolving the DID.
A DidResolutionResult object containing the DID document and metadata or an error.
Defines the interface for resolving a DID using a specific DID method.
A DID resolver takes a DID URI as input and returns a DidResolutionResult object.
Method
resolve - Asynchronous method to resolve a DID URI. Takes the DID URI and optional resolution options.