ligo/src/test/contracts/timestamp.ligo

3 lines
139 B
Plaintext
Raw Normal View History

type storage_ is timestamp
function main(const p : unit; const s : storage_) : list(operation) * storage_ is ((nil: list(operation)), now)