Module verification_method

Source
Expand description

The verification module contains code for verifying the correctness of core DID-related types.

This crate DOES NOT verify IOTA-specific invariants, those are exposed by the identity_iota_core_legacy crate.

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§

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.