Created
July 7, 2020 12:40
-
-
Save dakk/af58783f620a2b4a7fd96b745375b78c to your computer and use it in GitHub Desktop.
yallo_medium_1_interface.yallo
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
interface IToken { | |
entry transfer(from: address, to: address, val: nat); | |
view getBalance(ad: address): nat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment