https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4e0e886764930196062cbb5275d05a72de4aade5 authored by Diane Gallois-Wong on 21 March 2024, 14:19:14 UTC
Proto/test/change_delegate: add case where new delegate is self
Tip revision: 4e0e886
packunpack_bytes_00.tzt
code { PACK ; UNPACK bytes } ;
input { Stack_elt bytes 0x00AABBCC } ;
output { Stack_elt (option bytes) (Some 0x00AABBCC) }
back to top