Skip to content

Commit a6e1ecd

Browse files
committed
docs: updated the pex scenario diagram
1 parent c7e73f0 commit a6e1ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/simple-scenario.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ participant "PEX-Lib Wallet" as PE order 4 #YELLOW
1919
V -> W: PresentationDefinition
2020
W -> A: Notification
2121
A -> W: Accepts PresentationDefinition
22-
W -> PE: evaluate(presentationDefinition, allAvailableCredentials[])
22+
W -> PE: evaluateCredentials(presentationDefinition, allAvailableCredentials[])
2323
PE -> W: evaluation results
2424
W -> A: from the credentials in your wallet, \na combination is acceptable
2525
loop
@@ -45,7 +45,7 @@ PE -> W: returns a Verifiable Presentation object
4545
end
4646
W -> V: VerifiablePresentation containing Presentation Submission
4747

48-
V -> PEXV: evaluate(verifiablePresentation)
48+
V -> PEXV: evaluatePresentation(verifiablePresentation)
4949
PEXV -> V: evaluation result
5050
V -> W: Pass/Fail response
5151
W -> A: Pass/Fail notification

0 commit comments

Comments
 (0)