mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-31 17:51:21 +00:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
|
import "@fluencelabs/aqua-lib/builtin.aqua"
|
||
|
|
||
|
func getRelayTime(relayPeerId: PeerId) -> u64:
|
||
|
on relayPeerId:
|
||
|
ts <- Peer.timestamp_ms()
|
||
|
<- ts
|