Expand description

Types and traits for IOTA DID Method operations on the Tangle.

Structs

Client for performing IOTA Identity operations on the Tangle.

A ClientBuilder is used to generated a customized Client.

A Tangle explorer URL with convenience functions for constructing URLs for viewing published messages or IOTA DIDs.

Index of TangleRef instances where the index key is the previous_message_id.

A Resolver supports resolving DID Documents across different Tangle networks using multiple Clients.

Builder for configuring Clients when constructing a Resolver.

Enums

Indicates the encoding and compression of a DID Message.

Indicates the version of a DID Message.

PublishTypeDeprecated

Determines whether an updated document needs to be published as an integration or diff message.

Traits

Sealed trait to generalize over Arc<T> and Rc<T> for sized types.