Expand description
§IOTA Identity - DID
Types representing DIDs and DIDUrls as defined in the Decentralized Identifiers (DID) standard by the W3C.
Structs§
- BaseDID
Url - 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.
- RelativeDID
Url - 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.