Crate identity_document

Source
Expand description

§IOTA Identity - Document

Method-agnostic implementation of DID Documents from the Decentralized Identifiers (DID) standard from W3C.

Re-exports§

pub use self::error::Error;
pub use self::error::Result;

Modules§

document
Defines the core (implementation agnostic) DID Document type.
error
Errors that may occur when working with DID Documents.
service
Implements the DID Document Service specification.
utils
Functionality for Querying DID Urls.
verifiable
Additional functionality for DID assisted digital signatures.