Pavel Murygin 407efb494b tmp
2023-01-18 00:37:58 +04:00

6 lines
155 B
Plaintext

import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTime(relayPeerId: PeerId) -> u64:
on relayPeerId:
ts <- Peer.timestamp_ms()
<- ts