1
0
mirror of https://github.com/fluencelabs/examples synced 2025-05-20 22:51:20 +00:00
examples/js-sdk-examples/browser-example/aqua/getting-started.aqua

7 lines
156 B
Plaintext
Raw Permalink Normal View History

2021-07-20 14:00:26 +03:00
import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTime(relayPeerId: PeerId) -> u64:
on relayPeerId:
ts <- Peer.timestamp_ms()
<- ts