Skip to content

Instantly share code, notes, and snippets.

@dakk
Created July 7, 2020 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakk/af58783f620a2b4a7fd96b745375b78c to your computer and use it in GitHub Desktop.
Save dakk/af58783f620a2b4a7fd96b745375b78c to your computer and use it in GitHub Desktop.
yallo_medium_1_interface.yallo
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