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