Expand description
The IOTA DID method implementation for the IOTA ledger.
Modules§
- Contains the rebased Identity and the interaction with the IOTA Client.
Structs§
- A DID conforming to the IOTA DID method specification.
- A DID Document adhering to the IOTA DID method specification.
- Additional attributes related to a
IotaDocument
. - Network name compliant with the
crate::IotaDID
method specification. - Intermediate representation of the DID document as it is contained in the identity.
Enums§
- This type represents errors that can occur when constructing credentials and presentations or their serializations.
- Indicates the encoding of a DID document in state metadata.
Traits§
- An extension trait that provides helper functions for publication and resolution of DID documents in identities.
Type Aliases§
- Alias for a
Result
with the error typeError
.