examples/archived/multi-service/air-scripts/list_stored_services.clj

11 lines
319 B
Clojure
Raw Normal View History

2021-03-18 20:31:42 +00:00
(xor
(seq
(call node ("script" "list") [] list)
(call %init_peer_id% (returnService "run") [list])
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") ["XOR FAILED" %last_error%])
)
)