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§
- Custom
Method Data - Custom verification method.
- Method
Builder - A
MethodBuilder
is used to generate a customizedMethod
. - Method
Type - verification method types.
- Verification
Method - A DID Document Verification Method.
Enums§
- Method
Data - Supported verification method data formats.
- Method
Ref - A reference to a verification method, either a
DID
or embeddedMethod
. - Method
Relationship - Verification relationships.
- Method
Scope - The scope of a
VerificationMethod
.