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§
- document
- example
- http
- method_
resolver - registration
- DID Registration & Recovery.
- resolution
Macros§
Structs§
- DID
- DID.
- DIDBuf
- Owned DID.
- DIDURL
- DID URL.
- DIDURL
Buf - Fragment
- Fragment
Buf - InvalidDID
- Error raised when a conversion to a DID fails.
- InvalidDIDURL
- Error raised when a conversion to a DID URL fails.
- Invalid
RelativeDIDURL - Error raised when a conversion to a relative DID URL fails.
- Path
- DID URL path.
- PrimaryDIDURL
- DID URL without fragment.
- PrimaryDIDURL
Buf - DID URL without fragment.
- Query
- DID URL query.
- RelativeDIDURL
- Relative DID URL.
- RelativeDIDURL
Buf - Relative
Path - DID URL path.
- Unexpected
Enums§
Constants§
- JSON_
LD_ CONTEXT_ IRI - URI required as the first value of the
@contextproperty for a DID Document in JSON-LD representation.
Traits§
- DIDMethod
- DID Method type.