mirror of
https://github.com/fluencelabs/examples
synced 2025-06-24 15:21:32 +00:00
feat!: Replace old fluence-js with JS Client (#425)
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import "@fluencelabs/aqua-lib/builtin.aqua"
|
||||
|
||||
func getRelayTime(relayPeerId: PeerId) -> u64:
|
||||
on relayPeerId:
|
||||
ts <- Peer.timestamp_ms()
|
||||
<- ts
|
Reference in New Issue
Block a user