File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ participant "PEX-Lib Wallet" as PE order 4 #YELLOW
19
19
V -> W : PresentationDefinition
20
20
W -> A : Notification
21
21
A -> W : Accepts PresentationDefinition
22
- W -> PE : evaluate (presentationDefinition, allAvailableCredentials[])
22
+ W -> PE : evaluateCredentials (presentationDefinition, allAvailableCredentials[])
23
23
PE -> W : evaluation results
24
24
W -> A : from the credentials in your wallet, \na combination is acceptable
25
25
loop
@@ -45,7 +45,7 @@ PE -> W: returns a Verifiable Presentation object
45
45
end
46
46
W -> V : VerifiablePresentation containing Presentation Submission
47
47
48
- V -> PEXV : evaluate (verifiablePresentation)
48
+ V -> PEXV : evaluatePresentation (verifiablePresentation)
49
49
PEXV -> V : evaluation result
50
50
V -> W : Pass/Fail response
51
51
W -> A : Pass/Fail notification
You can’t perform that action at this time.
0 commit comments