swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: decb92837b28b15de26b276898d239a87922d5da authored by François Thiré on 12 October 2023, 11:40:58 UTC
DAL: Update the cryptobox when the plugin is resolved
Tip revision: decb928
update_bigmapstringstring_07.tzt
code { UPDATE } ;
input { Stack_elt string "3" ; Stack_elt (option string) (Some "three") ; Stack_elt (big_map string string) 10 } ;
output { Stack_elt (big_map string string) (Pair 10 { Elt "3" (Some "three") }) } ;
big_maps { Big_map 10 string string { Elt "1" "one" ; Elt "2" "two" } ;
           Big_map 11 string string { Elt "1" "one" ; Elt "2" "two" } }
back to top