File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -909,15 +909,15 @@ <h4>Issue Credential</h4>
909
909
</ p >
910
910
< ul >
911
911
< li >
912
- < strong > Proof Sets</ strong > : Append their proofs to the list of existing proofs
913
- provided by the caller, converting a single proof value to an array of
914
- proof values if necessary, creating a proof set where multiple proofs exist
915
- in parallel.
912
+ < strong > Proof Sets</ strong > : Append new proofs to the list of existing proofs
913
+ provided by the caller, first converting any existing single proof to a list
914
+ if necessary. Here there is no binding to any existing proofs; the new proofs
915
+ exist in parallel with those previously provided by the caller .
916
916
</ li >
917
917
< li >
918
- < strong > Proof Chains</ strong > : Append their proofs to create a proof chain
919
- where proofs are linked in a specific sequence, potentially using properties
920
- like < code > previousProof</ code > to establish the chain relationship.
918
+ < strong > Proof Chains</ strong > : Append new proofs to create or extend an existing
919
+ proof chain. Here proofs are linked in a specific sequence, potentially using the
920
+ < code > previousProof</ code > property to establish the chain relationship.
921
921
</ li >
922
922
< li >
923
923
< strong > Error Handling</ strong > : Return an error if < code > credential</ code >
You can’t perform that action at this time.
0 commit comments