Created
April 2, 2021 04:51
-
-
Save specpro30/1fea1ffd6a95ca0aeb303a892913fe01 to your computer and use it in GitHub Desktop.
Bet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When | |
[Case | |
(Deposit | |
(PK "ourbet") | |
(Role "player1") | |
(Token "" "") | |
(Constant 15) | |
) | |
(When | |
[Case | |
(Deposit | |
(PK "ourbet") | |
(Role "player2") | |
(Token "" "") | |
(Constant 15) | |
) | |
(When | |
[Case | |
(Choice | |
(ChoiceId | |
"outcome" | |
(Role "player1") | |
) | |
[Bound 1 2] | |
) | |
(When | |
[Case | |
(Choice | |
(ChoiceId | |
"outcome" | |
(Role "player2") | |
) | |
[Bound 1 2] | |
) | |
(If | |
(ValueEQ | |
(ChoiceValue | |
(ChoiceId | |
"name" | |
(Role "player1") | |
)) | |
(ChoiceValue | |
(ChoiceId | |
"name" | |
(Role "player2") | |
)) | |
) | |
(If | |
(ValueEQ | |
(ChoiceValue | |
(ChoiceId | |
"name" | |
(Role "player1") | |
)) | |
(Constant 1) | |
) | |
(Pay | |
(PK "ourbet") | |
(Party (Role "player1")) | |
(Token "" "") | |
(Constant 30) | |
Close | |
) | |
(Pay | |
(PK "ourbet") | |
(Party (Role "player2")) | |
(Token "" "") | |
(Constant 30) | |
Close | |
) | |
) | |
Close | |
)] | |
0 Close | |
)] | |
100 Close | |
)] | |
30 | |
(Pay | |
(PK "ourbet") | |
(Party (Role "player1")) | |
(Token "" "") | |
(Constant 15) | |
Close | |
) | |
)] | |
0 Close |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"valueParameterDescriptions":[],"slotParameterDescriptions":[],"roleDescriptions":[],"contractType":"O","contractName":"","contractDescription":"","choiceDescriptions":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment