Expand description
Implements the DID Core specification
As specified by Decentralized Identifiers (DIDs) v1.0 - Core architecture, data model, and representations.
Structs§
- Document
- Represents a DID Document according to the DID Core specification.
- Service
- Represents a service in a DID Document.
- Verification
Method - Represents a verification method in a DID Document.
Enums§
- Controller
- Represents a DID Document controller(s).
- KeyFormat
- Represents different formats of keys used in verification methods.
- Proofs
- Represents the proofs in a DID Document.
- Verification
Method Type - Represents a method in a DID Document (authentication, assertion, key agreement, etc.).