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
@type t() :: %Bloccs.Runtime.Config{ in_port: atom(), local_id: atom(), manifest: Bloccs.Manifest.Node.t(), network_id: atom() }