Expand description
DID Document structure and signing.
A DID Document contains the public keys and service endpoints for an agent. Documents are self-signed to prevent tampering.
Structs§
- DidDocument
- A DID Document describing an agent’s keys and services.
- Document
Proof - Proof attached to a DID Document.
- Service
- A service endpoint in a DID Document.
- Verification
Method - A verification method (public key) in a DID Document.