https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9239631771d8bd60674225f675ea68f72b2d05fc authored by pecornilleau on 08 August 2023, 08:10:34 UTC
EVM: Proxy: chunker as public exe
Tip revision: 9239631
view_fib.tz
parameter (pair nat address) ;
storage nat;
code {
       CAR;
       UNPAIR;
       VIEW "fib" nat;
       IF_SOME {NIL operation ; PAIR;} { FAIL }
     }

back to top