ligo/src/contracts/big_map.ligo

5 lines
177 B
Plaintext
Raw Normal View History

type storage_ is big_map(int, int) * unit
function main(const p : unit; const s : storage_) : list(operation) * storage_ is
block { skip }
with ((nil : list(operation)), s)