mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-28 10:51:27 +00:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
service TestSrv("test-service-id"):
|
|
str: -> string
|
|
|
|
func testFunc() -> string:
|
|
res <- TestSrv.str()
|
|
<- res
|