1
0
mirror of https://github.com/fluencelabs/aqua-playground synced 2025-04-01 06:51:24 +00:00
aqua-playground/test/call_multiple.air

10 lines
295 B
Plaintext
Raw Normal View History

2021-04-12 02:07:18 +03:00
(seq
(call init_relay ("peer" "identify") [] result)
(seq
(call %init_peer_id% ("returnService" "run") [result])
(seq
(call %init_peer_id% ("returnService" "run") [result])
(call %init_peer_id% ("returnService" "run") [result])
)
)
)