Module did

Source
Expand description

Decentralized Identifiers

Specification

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