https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9e906bb9f083ba0db7973c8ace5ed1eae16623e1 authored by pecornilleau on 29 September 2023, 16:53:37 UTC
adjust tx register model
Tip revision: 9e906bb
stack_bottom_unpairable.tz
parameter unit;
storage unit;
code {
       DROP;
       UNPAIR;
     }
back to top