ligo/test/contracts/store_now.tz
2017-07-24 20:29:12 +02:00

5 lines
78 B
Plaintext

parameter unit;
storage timestamp;
return unit;
code {DROP; NOW; UNIT; PAIR};