Module config

Module config 

Expand description

Re-export of the [reth_node_core] types specifically in the cli module.

This is re-exported because the types in reth_node_core::cli originally existed in reth::cli but were moved to the [reth_node_core] crate. This re-export avoids a breaking change. Config traits for various node components.

Traitsยง

PayloadBuilderConfig
A trait that provides payload builder settings.
RethNetworkConfig
A trait that represents the configured network and can be used to apply additional configuration to the network.
RethTransactionPoolConfig
A trait that provides all basic config values for the transaction pool and is implemented by the TxPoolArgs type.