ligo/test/contracts/add_timestamp_delta.tz

5 lines
119 B
Plaintext
Raw Normal View History

2017-10-11 19:41:02 +04:00
parameter (pair timestamp int);
storage unit;
return timestamp;
code { CAR; DUP; CAR; DIP{CDR}; ADD; UNIT; SWAP; PAIR}