Expand description
Support for configuring the higher level node types.
Structs§
Traits§
- Full
Node Types - A helper trait that is downstream of the
NodeTypes
trait and adds stateful components to the node. - Node
- A
crate::Node
is aNodeTypes
that comes with preconfigured components. - Node
Types - The type that configures the essential types of an Ethereum-like node.
Type Aliases§
- Components
For - A helper type to obtain components for a given node when
FullNodeTypes::Types
is aNode
implementation.