6 lines
155 B
Plaintext
Raw Normal View History

2023-01-17 20:50:17 +04:00
import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTime(relayPeerId: PeerId) -> u64:
on relayPeerId:
ts <- Peer.timestamp_ms()
<- ts