Expand description
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.