1
0
mirror of https://github.com/fluencelabs/examples synced 2025-05-13 19:31:19 +00:00

7 lines
156 B
Plaintext

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