1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-10 20:06:04 +00:00

7 lines
156 B
Plaintext
Raw Normal View History

2021-07-20 14:00:26 +03:00
import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTime(relayPeerId: PeerId) -> u64:
on relayPeerId:
ts <- Peer.timestamp_ms()
<- ts