Revision 9b9eabddd2481575f85443267760777f9c62d808 authored by Lucas Randazzo on 27 February 2024, 16:41:35 UTC, committed by Marge Bot on 06 March 2024, 12:34:23 UTC
1 parent 83d289c
Raw File
get_bigmapstringstring_02.tzt
code { GET } ;
input { Stack_elt string "1" ; Stack_elt (big_map string string) { Elt "1" "one" ; Elt "2" "two" } } ;
output { Stack_elt (option string) (Some "one") }
back to top