1
0
mirror of https://github.com/fluencelabs/aqua-playground synced 2025-04-02 08:31:25 +00:00
2021-05-26 18:24:45 +03:00

7 lines
119 B
Plaintext

service TestSrv("test-service-id"):
str: -> string
func testFunc() -> string:
res <- TestSrv.str()
<- res