Module claims

Module claims 

Source
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§

ClaimPath
A path identifying a specific claim, optionally within a namespace.
ClaimSet
A namespace-keyed set of claims.
DisclosureSelection
Selection of which claims to reveal, hide, or prove predicates about.

Enums§

ClaimDisclosure
How a specific claim should be disclosed during presentation.
PredicateType
Zero-knowledge predicates that can be proven about a claim value.