https://gitlab.com/tezos/tezos
Raw File
Tip revision: 210dd52b3ca478b5aa20362d1242ad8f20bcea77 authored by Nicolas Ayache on 21 February 2023, 11:03:11 UTC
Proto: remove Receipt_repr.Tx_rollup_rejection_rewards.
Tip revision: 210dd52
if_some.tz
parameter (option string);
storage string;
code { CAR; IF_SOME {} {PUSH string ""}; NIL operation; PAIR}
back to top