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§
- This is a type alias to make type bounds simpler, when we have a [
NetworkPrimitives
] and need a [BlockReader
] whose associated types match the [NetworkPrimitives
] associated types. - 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.