(seq
(seq
(call node ("dist" "add_module") [module_bytes module_config] void[])
(call node ("dist" "add_module") [sqlite_bytes sqlite_config] void[])
)
(seq
(call node ("dist" "add_blueprint") [blueprint] blueprint_id)
(seq
(call node ("srv" "create") [blueprint_id] service_id)
(call client ("return" "") [service_id] client_result)
)
)
)
Key | Value |
---|---|
client | 123D... |
node | 123D... |
module_bytes | 0xabc... |
module_config | { |
sqlite_bytes | 0xabc |
sqlite_config | { |
blueprint | { |
Updated about a month ago