https://gitlab.com/tezos/tezos
Raw File
Tip revision: b811cc629d9fb689a4d7b6b6279229563cc643ed authored by Anne-Laure on 13 March 2024, 09:28:11 UTC
Dal_node/Amplificator: parent triggers child’s exit
Tip revision: b811cc6
view_fib.tz
parameter (pair nat address) ;
storage nat;
code {
       CAR;
       UNPAIR;
       VIEW "fib" nat;
       IF_SOME {NIL operation ; PAIR;} { FAIL }
     }

back to top