Bloccs.Runtime.Config (bloccs v0.2.0)

Copy Markdown View Source

Everything the runtime needs to execute one node, derived from the node's manifest plus the {network, node, in_port} identity the compiler knows.

Summary

Types

t()

@type t() :: %Bloccs.Runtime.Config{
  in_port: atom(),
  local_id: atom(),
  manifest: Bloccs.Manifest.Node.t(),
  network_id: atom()
}