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ยง
- Payload
Builder Config - A trait that provides payload builder settings.
- Reth
Network Config - A trait that represents the configured network and can be used to apply additional configuration to the network.
- Reth
Transaction Pool Config - A trait that provides all basic config values for the transaction pool and is implemented by the
TxPoolArgs
type.