https://gitlab.com/tezos/tezos
Raw File
Tip revision: 631a98d972d832382af739ef0d622ce0157f0ac8 authored by Thomas Letan on 04 March 2024, 09:18:27 UTC
fixup: rebase command
Tip revision: 631a98d
update_bigmapstringstring_03.tzt
code { UPDATE } ;
input { Stack_elt string "2" ; Stack_elt (option string) None ; Stack_elt (big_map string string) 10 } ;
output { Stack_elt (big_map string string) (Pair 10 { Elt "2" None }) } ;
big_maps { Big_map 10 string string { Elt "1" "one" ; Elt "2" "two" } }
back to top