Skip to main content

Module document

Module document 

Source
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.
DocumentProof
Proof attached to a DID Document.
Service
A service endpoint in a DID Document.
VerificationMethod
A verification method (public key) in a DID Document.