Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit a0a7bfc

Browse files
Merge pull request #30 from findy-network/add-attribute-value-to-proof-status
Add attribute value to proof status for verifiers.
2 parents c0842f4 + 279d31f commit a0a7bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idl/v1/protocol.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ message Protocol {
131131
string cred_defID = 2;
132132
// optional attribute ID
133133
string ID = 3;
134+
// this field holds the attribute value in cases where the proof values
135+
// should be verified by the party requesting the proof
136+
string value = 4;
134137
}
135138
repeated Attribute attributes = 1;
136139
}

0 commit comments

Comments
 (0)