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§
- Benchmark
Args - Parameters for benchmark configuration
- Database
Args - Parameters for database configuration
- Datadir
Args - Parameters for datadir configuration
- Debug
Args - Parameters for debugging purposes
- DevArgs
- Parameters for Dev testnet configuration
- Discovery
Args - Arguments to setup discovery
- Engine
Args - Parameters for configuring the engine driver.
- GasPrice
Oracle Args - Parameters to configure Gas Price Oracle
- Invalid
Block Selection - Describes the invalid block hooks that should be installed.
- LogArgs
- The log configuration.
- Network
Args - Parameters for configuring the network more granularity via CLI
- Payload
Builder Args - Parameters for configuring the Payload Builder
- Pruning
Args - Parameters for pruning and full node
- Ress
Args - Parameters for configuring the
ress
subprotocol. - RpcServer
Args - Parameters for configuring the rpc more granularity via CLI
- RpcState
Cache Args - Parameters to configure RPC state cache.
- TxPool
Args - Parameters for debugging purposes
- Verbosity
- The verbosity settings for the cli.
Enums§
- Color
Mode - The color mode for the cli.
- Invalid
Block Hook Type - The type of invalid block hook to install
- Stage
Enum - Represents a specific stage within the data pipeline.