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
get_bigmapstringstring_00.tzt
code { GET } ;
input { Stack_elt string "hello" ; Stack_elt (big_map string string) { Elt "hello" "hi" } } ;
output { Stack_elt (option string) (Some "hi") }
back to top