Update builtin.aqua

This commit is contained in:
Dima 2021-12-27 15:17:14 +03:00 committed by GitHub
parent 75a978c779
commit b1bab7036b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ service Dist("dist"):
list_modules() -> []Module
-- Get the interface of a module
get_interface(module_id: string) -> Interface
get_module_interface(module_hash: string) -> Interface
-- Creates Blueprint structure from from blueprint name and dependencies (modules)
make_blueprint(name: string, dependencies: []Dependency) -> AddBlueprint