1
0
mirror of https://github.com/fluencelabs/aqua.git synced 2025-03-16 04:00:50 +00:00

7 lines
167 B
Plaintext
Raw Normal View History

2021-11-04 19:22:57 +03:00
service MyOp("op"):
identity(s: string) -> string
func viaArr(viaAr: []string) -> string:
on "custom node" via viaAr:
p <- MyOp.identity("123")
<- p