fluent-pad/scripts/set_tetraplet.air
2021-02-26 14:20:34 +03:00

11 lines
318 B
Plaintext

(xor
(seq
(call relay ("op" "identity") [])
(seq
(call relay (history "set_tetraplet") [host userlist function json_path] auth_result)
(call %init_peer_id% (returnService "run") [auth_result])
)
)
(call %init_peer_id% (returnService "run") [%last_error%])
)