Expand description
Support for configuring the higher level node types.
Structs§
Traits§
- Full
Node Types - A helper trait that is downstream of the
NodeTypesWithEngine
trait and adds stateful components to the node. - Node
- A
crate::Node
is aNodeTypesWithEngine
that comes with preconfigured components. - Node
Types - The type that configures the essential types of an Ethereum-like node.
- Node
Types With Engine - The type that configures an Ethereum-like node with an engine for consensus.