mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-30 09:21:18 +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 |