Crate identity_did

Source
Expand description

§IOTA Identity - DID

Types representing DIDs and DIDUrls as defined in the Decentralized Identifiers (DID) standard by the W3C.

Structs§

BaseDIDUrl
A Decentralized Identifier (DID).
CoreDID
A wrapper around BaseDIDUrl.
DIDJwk
A type representing a did:jwk DID.
DIDUrl
A DID Url: a CoreDID with RelativeDIDUrl components.
RelativeDIDUrl
A relative DID Url with the path, query, and fragment components defined according to URI syntax.

Enums§

Error
Error type caused by invalid DID handling.

Traits§

DID