Last active
June 15, 2022 01:09
-
-
Save CardanoDVPR/3e2f56d2c3bed7322497eff94d7c24a3 to your computer and use it in GitHub Desktop.
Bank or Client Pay
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
{"valueParameterInfo":[],"timeParameterDescriptions":[],"roleDescriptions":[],"contractType":"Other","contractShortDescription":"Unknown","contractName":"Unknown","contractLongDescription":"We couldn't find information about this contract","choiceInfo":[]} |
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 | |
(Role "Bank") | |
(Role "Bank") | |
(Token "" "") | |
(Constant 150000000) | |
) | |
(When | |
[Case | |
(Deposit | |
(Role "Client") | |
(Role "Client") | |
(Token "" "") | |
(Constant 50000000) | |
) | |
(When | |
[Case | |
(Deposit | |
(Role "Client") | |
(Role "Client") | |
(Token "" "") | |
(Constant 50000000) | |
) | |
(When | |
[Case | |
(Deposit | |
(Role "Client") | |
(Role "Client") | |
(Token "" "") | |
(Constant 50000000) | |
) | |
(Pay | |
(Role "Bank") | |
(Party (Role "Client")) | |
(Token "" "") | |
(AvailableMoney | |
(Role "Bank") | |
(Token "" "") | |
) | |
Close | |
)] | |
(TimeParam "ClientDeadline") | |
(Pay | |
(Role "Client") | |
(Party (Role "Bank")) | |
(Token "" "") | |
(AvailableMoney | |
(Role "Client") | |
(Token "" "") | |
) | |
Close | |
) | |
)] | |
(TimeParam "ClientDeadline") | |
(Pay | |
(Role "Client") | |
(Party (Role "Bank")) | |
(Token "" "") | |
(AvailableMoney | |
(Role "Client") | |
(Token "" "") | |
) | |
Close | |
) | |
)] | |
(TimeParam "ClientDeadline") | |
(Pay | |
(Role "Client") | |
(Party (Role "Bank")) | |
(Token "" "") | |
(AvailableMoney | |
(Role "Client") | |
(Token "" "") | |
) | |
Close | |
) | |
)] | |
(TimeParam "BankDeadline") | |
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
{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment