ligo/src/test/contracts/timestamp.ligo
Christian Rinderknecht 93682629b4 Updating contracts.
2020-02-27 17:51:29 +01:00

5 lines
145 B
Plaintext

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