Expand description
DID Methods.
This library provides an interface for DIDs and implementations for various DID methods.
Re-exports§
pub use did_ethr as ethr;pub use did_ion as ion;pub use did_jwk as jwk;pub use did_method_key as key;pub use did_pkh as pkh;pub use did_tz as tz;pub use did_web as web;
Modules§
- DID Registration & Recovery.
- Linked-Data types.
Macros§
Structs§
- DID.
- Owned DID.
- did:ethr DID Method
- JSON Web Token (
jwt) DID method. - The did:key Method v0.7.
- did:pkh DID Method
did:tzDID Method- DID URL.
- did:web Method
- Error raised when a conversion to a DID fails.
- Error raised when a conversion to a DID URL fails.
- Error raised when a conversion to a relative DID URL fails.
- DID URL path.
- DID URL without fragment.
- DID URL without fragment.
- DID URL query.
- Relative DID URL.
- DID URL path.
- A simple static DID resolver to perform tests.
Enums§
Constants§
- URI required as the first value of the
@contextproperty for a DID Document in JSON-LD representation.
Traits§
- DID Method type.
Type Aliases§
- did:ion Method