https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5b2126e04049c15aa81293593c4c9b4f229a883f authored by Nicolas Ayache on 03 July 2023, 00:30:17 UTC
Proto: update div_int gas cost.
Tip revision: 5b2126e
if_some.tz
parameter (option string);
storage string;
code { CAR; IF_SOME {} {PUSH string ""}; NIL operation; PAIR}
back to top