Module document

Source
Expand description

DID Documents

Specification

Modules§

verifiable
Additional functionality for DID assisted digital signatures.

Structs§

CoreDocument
A DID Document.
DIDUrlQuery
Specifies a DIDUrl or fragment to query a service or method in a DID Document.
DocumentBuilder
A DocumentBuilder is used to generate a customized Document.
Service
A DID Document Service used to enable trusted interactions associated with a DID subject.
ServiceBuilder
A ServiceBuilder is used to generate a customized Service.

Enums§

Error
This type represents all possible errors that can occur in the library.
ServiceEndpoint
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.

Type Aliases§

Result
Alias for a Result with the error type Error.