swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 9918152050efcfdb85aacada8a746656373d0e5a authored by Ole Krüger on 24 January 2024, 22:00:11 UTC
RISC-V: Implement the PVM state interface
Tip revision: 9918152
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