Crate identity_resolver

Source
Expand description

§IOTA Identity - Resolver

This crate provides a pluggable Resolver implementation that allows for abstracting over the resolution of different DID methods.

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.