ligo/test/contracts/store_now.tz

5 lines
78 B
Plaintext
Raw Normal View History

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