Expand description
Unified claim types for multi-format credential lifecycle.
ClaimSet provides a namespace-keyed claim structure that maps naturally
to all credential formats: SD-JWT (flat claims), W3C VC (credential subject),
mdoc (namespaced data elements), and BBS+ (ordered message list).
DisclosureSelection controls which claims are revealed, hidden, or proven
via zero-knowledge predicates during credential presentation.
Structs§
- Claim
Path - A path identifying a specific claim, optionally within a namespace.
- Claim
Set - A namespace-keyed set of claims.
- Disclosure
Selection - Selection of which claims to reveal, hide, or prove predicates about.
Enums§
- Claim
Disclosure - How a specific claim should be disclosed during presentation.
- Predicate
Type - Zero-knowledge predicates that can be proven about a claim value.