mirror of
https://github.com/fluencelabs/examples
synced 2025-04-02 16:11:06 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
import "@fluencelabs/aqua-lib/builtin.aqua"
|
|
|
|
func getRelayTime(relayPeerId: PeerId) -> u64:
|
|
on relayPeerId:
|
|
ts <- Peer.timestamp_ms()
|
|
<- ts
|