Revision d5bc2d9dd1e639c25d3966ff393dcdd798a28f2c authored by Antonio Locascio on 01 February 2024, 08:25:01 UTC, committed by Marge Bot on 02 February 2024, 14:33:07 UTC
eth_sendRawTransaction and eth_getTransactionReceipt
1 parent 5498a70
Raw File
join_tickets_02.tzt
code JOIN_TICKETS;
input
  {
    Stack_elt
      (pair (ticket string) (ticket string))
      (Pair
         (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 24)
         (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Red" 18)
      )
  } ;
output { Stack_elt (option (ticket string)) None } ;
back to top