Expand description
DID Documents
Modules§
- verifiable
- Additional functionality for DID assisted digital signatures.
Structs§
- Core
Document - A DID Document.
- DIDUrl
Query - Specifies a DIDUrl or fragment to query a service or method in a DID Document.
- Document
Builder - A
DocumentBuilder
is used to generate a customizedDocument
. - Service
- A DID Document Service used to enable trusted interactions associated with a DID subject.
- Service
Builder - A
ServiceBuilder
is used to generate a customizedService
.
Enums§
- Error
- This type represents all possible errors that can occur in the library.
- Service
Endpoint - A single URL, set, or map of endpoints specified in a
Service
.
Traits§
- Queryable
- Allows retrieving an entry from a collection using a custom query type.