Module resolver

Source
Expand description

DID resolution utilities

Structs§

Error
Error returned from the Resolver’s methods.
Resolver
Convenience type for resolving DID documents from different DID methods.

Enums§

ErrorCause
Error failure modes associated with the methods on the Resolver’s.

Type Aliases§

Result
Alias for a Result with the error type Error.
SingleThreadedResolver
Alias for a Resolver that is not Send + Sync.