add more AIR scripts

This commit is contained in:
boneyard93501
2021-03-04 01:57:19 -06:00
parent e2b1d73c94
commit 9c948c79e6
6 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,10 @@
(xor
(seq
(call relay (service "get_latest_block") [api_key] result)
(call %init_peer_id% (returnService "run") [result])
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") ["XOR FAILED" %last_error%])
)
)