Module iota

Source
Expand description

The IOTA DID method implementation for the IOTA ledger.

Modules§

rebased
Contains the rebased Identity and the interaction with the IOTA Client.

Structs§

IotaDID
A DID conforming to the IOTA DID method specification.
IotaDocument
A DID Document adhering to the IOTA DID method specification.
IotaDocumentMetadata
Additional attributes related to a IotaDocument.
StateMetadataDocument
Intermediate representation of the DID document as it is contained in the identity.

Enums§

Error
This type represents errors that can occur when constructing credentials and presentations or their serializations.
StateMetadataEncoding
Indicates the encoding of a DID document in state metadata.

Traits§

DidResolutionHandler
An extension trait that provides helper functions for publication and resolution of DID documents in identities.

Type Aliases§

Result
Alias for a Result with the error type Error.