fluence-nodejs-template/aqua/hello-world.aqua
2022-02-04 18:37:40 +03:00

9 lines
189 B
Plaintext

module HelloWorld declares getRelayTimestamp
import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTimestamp() -> u64:
on HOST_PEER_ID:
ts <- Peer.timestamp_ms()
<- ts