https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9a7136315a6b1e4f439a7f4cb62201781dcf0619 authored by Albin Coquereau on 05 April 2024, 07:47:10 UTC
wip test do not merge
Tip revision: 9a71363
packunpack_bytes_00.tzt
code { PACK ; UNPACK bytes } ;
input { Stack_elt bytes 0x00AABBCC } ;
output { Stack_elt (option bytes) (Some 0x00AABBCC) }
back to top