mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
8 lines
195 B
Plaintext
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 |