https://gitlab.com/tezos/tezos
Raw File
Tip revision: 538004aab71c66f68439b0e930366e29d7882006 authored by Anne-Laure on 22 March 2024, 16:33:48 UTC
debug in progress
Tip revision: 538004a
join_tickets_00.tzt
code JOIN_TICKETS;
input
  {
    Stack_elt
      (pair (ticket string) (ticket string))
      (Pair
         (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 24)
         (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 18)
      )
  } ;
output
  {
    Stack_elt
      (option (ticket string))
      (Some (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 42))
  } ;
back to top