Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@michaeljklein
Created September 9, 2019 20:51
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 michaeljklein/c5134e7200a16ce0e8651d664ff73e26 to your computer and use it in GitHub Desktop.
Save michaeljklein/c5134e7200a16ce0e8651d664ff73e26 to your computer and use it in GitHub Desktop.
PUSH mutez 10; PUSH address SOME_ADDRESS; TRANSFER_TOKENS;
DIP { NIL operation; }; CONS;
PUSH mutez 10; PUSH address SOME_ADDRESS; TRANSFER_TOKENS; DUP;
DIP { DIP { NIL operation; }; CONS; }; CONS;
BALANCE; PUSH address SOME_ADDRESS; TRANSFER_TOKENS;
DIP { NIL operation; }; CONS;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment