https://gitlab.com/tezos/tezos
Raw File
Tip revision: d8d878cf02e099bfe0d746fc0bf7b5830b3ce61b authored by Arvid Jakobsson on 07 March 2024, 16:48:34 UTC
CI: generate the [schedule_extended_test] pipeline
Tip revision: d8d878c
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