mirror of
https://github.com/fluencelabs/examples
synced 2024-12-15 07:35:39 +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
|