mirror of
https://github.com/fluencelabs/examples
synced 2025-03-17 00:30:50 +00:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
service Op("op"):
|
|
noop()
|
|
|
|
func check_connection() -> string:
|
|
on HOST_PEER_ID:
|
|
Op.noop()
|
|
<- "ok" |