Module node

Source
Expand description

Support for configuring the higher level node types.

Structs§

AnyNode
A Node type builder
FullNode
The launched node with all components including RPC handlers.

Traits§

FullNodeTypes
A helper trait that is downstream of the NodeTypesWithEngine trait and adds stateful components to the node.
Node
A crate::Node is a NodeTypesWithEngine that comes with preconfigured components.
NodeTypes
The type that configures the essential types of an Ethereum-like node.
NodeTypesWithEngine
The type that configures an Ethereum-like node with an engine for consensus.