Expand description
Support for configuring the higher level node types.
Structs§
Traits§
- Full
Node Types - A helper trait that is downstream of the
NodeTypestrait and adds stateful components to the node. - Node
- A
crate::Nodeis aNodeTypesthat 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::Typesis aNodeimplementation. - Full
Node For - Helper type alias to define
FullNodefor a givenNode. - Node
Handle For - Helper type alias to define
NodeHandlefor a givenNode.