Crate ssi_dids_core
source ·Expand description
§Decentralized Identifiers (DIDs)
As specified by Decentralized Identifiers (DIDs) v1.0 - Core architecture, data model, and representations.
Re-exports§
pub use document::Document;
pub use method_resolver::VerificationMethodDIDResolver;
pub use resolution::DIDMethodResolver;
pub use resolution::DIDResolver;
pub use resolution::StaticDIDResolver;
pub use ssi_json_ld;
Modules§
- DID Registration & Recovery.
Macros§
Structs§
- DID.
- Owned DID.
- DID URL.
- 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.
Enums§
Constants§
- URI required as the first value of the
@context
property for a DID Document in JSON-LD representation.
Traits§
- DID Method type.