mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 11:40:50 +00:00
* Refactoring ForClient to make its parts reusable/recomposable * Func transformation decomposed into parts * Improves AIR compilation target
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
service Demo("demo"):
|
|
get4() -> u64
|
|
get5(arg: u32)
|
|
get6(a: string) -> bool |