https://gitlab.com/tezos/tezos
Raw File
Tip revision: 25cdfd405ad29ba9c04664c5c158297a831183f5 authored by Emma Turner on 23 January 2024, 12:12:57 UTC
Kernel/EVM: decorate tx with encoded size in inbox
Tip revision: 25cdfd4
ticket_00.tzt
code TICKET;
self "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" ;
input { Stack_elt string "Blue"; Stack_elt nat 42 } ;
output
  { Stack_elt
      (option (ticket string))
      (Some (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 42))
  } ;

back to top