@JsonClass(true) data class ProofPredicateInfo
Proof predicate info
<init> |
Proof predicate info ProofPredicateInfo(name: String, restrictions: List<Map<String, Any>>? = null, nonRevoked: RevocationInterval? = null, predicateType: String, predicateValue: Int) |
name |
the name of attribute. val name: String |
nonRevoked |
interval RevocationInterval val nonRevoked: RevocationInterval? |
predicateType |
the type of the predicate val predicateType: String |
predicateValue |
the predicate value val predicateValue: Int |
restrictions |
list of restrictions for filtering val restrictions: List<Map<String, Any>>? |