1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-04 17:11:06 +00:00
2021-10-20 22:03:31 +03:00

7 lines
156 B
Plaintext

import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTime(relayPeerId: PeerId) -> u64:
on relayPeerId:
ts <- Peer.timestamp_ms()
<- ts