Skip to content

Commit

Permalink
Update builtin.aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed Jun 28, 2023
1 parent df2802b commit b9973cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builtin.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,14 @@ service Dist("dist"):
-- Get the interface of a module
get_module_interface(module_hash: string) -> Interface

-- Creates IPLD Blueprint structure from from blueprint name and dependencies (modules)
-- Creates IPLD Blueprint structure from blueprint name and dependencies (modules)
make_blueprint(name: string, dependencies: []CID) -> IPLDBlueprint
-- Add an IPLD blueprint to the node
add_blueprint(blueprint: IPLDBlueprint) -> string

-- Loads blueprint by copying it from Particle Vault directory
-- Arguments:
-- blueprint_path – path or a filename
-- blueprint_path – path in Particle Vault
load_blueprint(blueprint_path: string) -> IPLDBlueprint

-- Used to get the blueprints available on the node specified in the service call.
Expand Down Expand Up @@ -331,7 +331,7 @@ service Script("script"):
-- (NOTE: an actual interval may vary by up to 3 seconds)
add_from_vault(path: string, interval: ?u64) -> string

-- Removes recurring script from a node. Only a creator of the script can delete it
-- Removes recurring script from a node. Only the creator of the script can delete it
remove(script_id: string) -> bool

-- Returns a list of existing scripts on the node.
Expand Down

0 comments on commit b9973cc

Please sign in to comment.