Module args

Source
Expand description

Re-export of the reth_node_core types specifically in the args module.

This is re-exported because the types in reth_node_core::args originally existed in reth::args but were moved to the reth_node_core crate. This re-export avoids a breaking change.

Modules§

types
Additional helper types for CLI parsing.

Structs§

BenchmarkArgs
Parameters for benchmark configuration
DatabaseArgs
Parameters for database configuration
DatadirArgs
Parameters for datadir configuration
DebugArgs
Parameters for debugging purposes
DevArgs
Parameters for Dev testnet configuration
DiscoveryArgs
Arguments to setup discovery
EngineArgs
Parameters for configuring the engine driver.
GasPriceOracleArgs
Parameters to configure Gas Price Oracle
InvalidBlockSelection
Describes the invalid block hooks that should be installed.
LogArgs
The log configuration.
NetworkArgs
Parameters for configuring the network more granularity via CLI
PayloadBuilderArgs
Parameters for configuring the Payload Builder
PruningArgs
Parameters for pruning and full node
RessArgs
Parameters for configuring the ress subprotocol.
RpcServerArgs
Parameters for configuring the rpc more granularity via CLI
RpcStateCacheArgs
Parameters to configure RPC state cache.
TxPoolArgs
Parameters for debugging purposes
Verbosity
The verbosity settings for the cli.

Enums§

ColorMode
The color mode for the cli.
InvalidBlockHookType
The type of invalid block hook to install
StageEnum
Represents a specific stage within the data pipeline.