Last active
August 19, 2020 13:39
-
-
Save scriptonian/fbb7d7ff33f7b78afe25a54b44f9fc60 to your computer and use it in GitHub Desktop.
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
(***************************************************) | |
(* scilla version *) | |
(***************************************************) | |
scilla_version 1 | |
(***************************************************) | |
(* associated library *) | |
(***************************************************) | |
library MyContractLib | |
(* library code block follows *) | |
(***************************************************) | |
(* contract definition *) | |
(***************************************************) | |
contract MyContract | |
(owner: ByStr20) | |
(* immutable contract parameters declaration *) | |
(* mutable fields declaration *) | |
(* transitions and procedures *) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment