Last active
September 15, 2021 10:10
-
-
Save hunzai/c9cf6b1acded559fa468d86b54c409c3 to your computer and use it in GitHub Desktop.
giveAway
This file contains hidden or 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 | |
(Role "me") | |
(Role "buyer") | |
(Token "" "") | |
(Constant 10) | |
) | |
(Pay | |
(Role "me") | |
(Party (Role "seller")) | |
(Token "" "") | |
(Constant 8) | |
Close | |
)] | |
(SlotParam "5") | |
Close |
This file contains hidden or 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":"gift","contractDescription":"send free ada","choiceDescriptions":[]} |
This file contains hidden or 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 | |
(Role "me") | |
(Role "buyer") | |
(Token "" "") | |
(Constant 10) | |
) | |
(Pay | |
(Role "me") | |
(Party (Role "seller")) | |
(Token "" "") | |
(Constant 8) | |
Close | |
)] | |
(SlotParam "50") | |
Close |
This file contains hidden or 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