aries / net.globalid.aries.features.presentproof.models.proof / RequestedProof

RequestedProof

@JsonClass(true) data class RequestedProof

Types

Attribute

data class Attribute

GroupAttribute

data class GroupAttribute

Predicate

data class Predicate

Constructors

<init>

RequestedProof(revealedAttributes: Map<String, Attribute>, revealedAttributeGroups: Map<String, GroupAttribute>?, predicates: Map<String, Predicate>)

Properties

predicates

val predicates: Map<String, Predicate>

revealedAttributeGroups

val revealedAttributeGroups: Map<String, GroupAttribute>?

revealedAttributes

val revealedAttributes: Map<String, Attribute>