Module verification

Source
Expand description

Types for verifiable data

Modules§

jose
Provides JWK and JWS types and functionality.
verification_method
The verification module contains code for verifying the correctness of core DID-related types.

Structs§

CustomMethodData
Custom verification method.
MethodBuilder
A MethodBuilder is used to generate a customized Method.
MethodType
verification method types.
VerificationMethod
A DID Document Verification Method.

Enums§

Error
This type represents all possible errors that can occur in the crate.
MethodData
Supported verification method data formats.
MethodRef
A reference to a verification method, either a DID or embedded Method.
MethodRelationship
Verification relationships.
MethodScope
The scope of a VerificationMethod.

Type Aliases§

Result
Alias for a Result with the error type Error.