Available on crate feature account only.
Expand description

Secure storage for Decentralized Identifiers

Structs

An account manages one identity.

An Account builder for easy account configuration.

Attach one or more verification relationships to a method on an identity.

Create a new method on an identity.

Create a new service on an identity.

Delete a method on an identity.

Delete a service on an identity.

Detaches one or more verification relationships from a method on an identity.

Configuration used to create a new Identity.

A struct created by the Account::update_identity method, that allows executing various updates on the identity it was created on.

Options to customize how identities are published to the Tangle.

Enums

Available auto-save behaviours.

This type represents all possible errors that can occur in the library.

Method content for creating new verification methods.

Errors than may occur while processing an update in the Account.

Type Definitions

Alias for a Result with the error type Error.