https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4c7bc5991909be8e0b89e5587ab1c1dbbde0a958 authored by Marina Polubelova on 19 January 2024, 13:05:28 UTC
change consensus_rights_delay only for mainnet
Tip revision: 4c7bc59
mem_bigmapstringnat_03.tzt
code { MEM } ;
input { Stack_elt string "foo" ; Stack_elt (big_map string nat) 10 ; Stack_elt (big_map string nat) 10 } ;
output { Stack_elt bool True ; Stack_elt (big_map string nat) 10 } ;
big_maps { Big_map 10 string nat { Elt "bar" 2 ; Elt "foo" 11 } }
back to top