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