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 returned from the Resolver’s methods.
- Convenience type for resolving DID documents from different DID methods.
Enums§
- Error failure modes associated with the methods on the Resolver’s.
Type Aliases§
- Alias for a
Result
with the error typeError
.