swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 7f5a71bc1e32b958d7ff034ace1af8f617352932 authored by pecornilleau on 02 April 2024, 11:58:40 UTC
EVM/Bench: auto reboot analysis
Tip revision: 7f5a71b
update_bigmapstringstring_02.tzt
code { UPDATE } ;
input { Stack_elt string "2" ; Stack_elt (option string) (Some "three") ; Stack_elt (big_map string string) 10 } ;
output { Stack_elt (big_map string string) (Pair 10 { Elt "2" (Some "three") }) } ;
big_maps { Big_map 10 string string { Elt "1" "one" ; Elt "2" "two" } }
back to top