https://gitlab.com/tezos/tezos
Raw File
Tip revision: 631a98d972d832382af739ef0d622ce0157f0ac8 authored by Thomas Letan on 04 March 2024, 09:18:27 UTC
fixup: rebase command
Tip revision: 631a98d
transfertokens_00.tc.tzt
code { TRANSFER_TOKENS } ;
input { Stack_elt string "a" ; Stack_elt mutez 5 ; Stack_elt (contract unit) "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ;
output (StaticError _) ;  # should point to invalid input stack
back to top