fluent-pad/app/set_tetraplet.air
folex f430b725d2
Aqua HLL + AppConfig (#5)
* Switch to app.config based deployment

* Rewrite user online status checks to peer is_connected api

* Rewrite fluentpad into aquamarine
2021-04-30 17:15:30 +03:00

8 lines
245 B
Plaintext

(seq
(call init_relay ("op" "identity") [])
(seq
(call history__node (history "set_tetraplet") [user_list__node user_list function json_path] auth_result)
(call %init_peer_id% (returnService "run") [auth_result])
)
)