Module config

Source
Expand description

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.