ligo/test/contracts/store_now.tz

5 lines
78 B
Plaintext
Raw Normal View History

2017-07-24 17:06:56 +04:00
parameter unit;
storage timestamp;
return unit;
code {DROP; NOW; UNIT; PAIR};