1
0
mirror of https://github.com/fluencelabs/examples synced 2025-03-31 07:01:07 +00:00

8 lines
195 B
Plaintext

service CallParameters:
call_parameters() -> string
func call(service_id: string) -> string:
on HOST_PEER_ID:
CallParameters service_id
r <- CallParameters.call_parameters()
<- r