mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
Add headers (#77)
This commit is contained in:
parent
d50ea23fb2
commit
60b91def4a
@ -1,3 +1,5 @@
|
|||||||
|
aqua MathLib declares *
|
||||||
|
|
||||||
service Math("math"):
|
service Math("math"):
|
||||||
-- x + y
|
-- x + y
|
||||||
add(x: i64, y: i64) -> i64
|
add(x: i64, y: i64) -> i64
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
aqua SubnetLib declares *
|
||||||
|
|
||||||
data Worker:
|
data Worker:
|
||||||
pat_id: string
|
pat_id: string
|
||||||
host_id: string
|
host_id: string
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
aqua WorkersLib declares *
|
||||||
|
|
||||||
import PeerId from "./builtin.aqua"
|
import PeerId from "./builtin.aqua"
|
||||||
|
|
||||||
-- Available only on rust peers
|
-- Available only on rust peers
|
||||||
|
Loading…
Reference in New Issue
Block a user