https://gitlab.com/tezos/tezos
Raw File
Tip revision: 56dd6968a76c98341ca6fc71e8ac82885f8a6447 authored by Anne-Laure on 03 April 2024, 15:14:05 UTC
Tezt/Tests/Dal: change test_gc_with_all_profiles to use Auto history mode
Tip revision: 56dd696
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