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