https://gitlab.com/tezos/tezos
Raw File
Tip revision: d1326d51a6c95d7b775a128c0d59966acc2a3010 authored by Anne-Laure on 25 July 2023, 12:15:18 UTC
dropme
Tip revision: d1326d5
view_fib.tz
parameter (pair nat address) ;
storage nat;
code {
       CAR;
       UNPAIR;
       VIEW "fib" nat;
       IF_SOME {NIL operation ; PAIR;} { FAIL }
     }

back to top