Struct openethereum::run::RunCmd
source · [−]pub struct RunCmd {Show 41 fields
pub cache_config: CacheConfig,
pub dirs: Directories,
pub spec: SpecType,
pub pruning: Pruning,
pub pruning_history: u64,
pub pruning_memory: usize,
pub daemon: Option<String>,
pub logger_config: LogConfig,
pub miner_options: MinerOptions,
pub gas_price_percentile: usize,
pub poll_lifetime: u32,
pub ws_conf: WsConfiguration,
pub http_conf: HttpConfiguration,
pub ipc_conf: IpcConfiguration,
pub net_conf: NetworkConfiguration,
pub network_id: Option<u64>,
pub warp_sync: bool,
pub warp_barrier: Option<u64>,
pub acc_conf: AccountsConfig,
pub gas_pricer_conf: GasPricerConfig,
pub miner_extras: MinerExtras,
pub mode: Option<Mode>,
pub tracing: Switch,
pub fat_db: Switch,
pub compaction: DatabaseCompactionProfile,
pub vm_type: VMType,
pub experimental_rpcs: bool,
pub net_settings: NetworkSettings,
pub secretstore_conf: Configuration,
pub name: String,
pub custom_bootnodes: bool,
pub stratum: Option<Options>,
pub snapshot_conf: SnapshotConfiguration,
pub check_seal: bool,
pub allow_missing_blocks: bool,
pub download_old_blocks: bool,
pub new_transactions_stats_period: u64,
pub verifier_settings: VerifierSettings,
pub no_persistent_txqueue: bool,
pub max_round_blocks_to_import: usize,
pub metrics_conf: MetricsConfiguration,
}
Fields
cache_config: CacheConfig
dirs: Directories
spec: SpecType
pruning: Pruning
pruning_history: u64
pruning_memory: usize
daemon: Option<String>
Some if execution should be daemonized. Contains pid_file path.
logger_config: LogConfig
miner_options: MinerOptions
gas_price_percentile: usize
poll_lifetime: u32
ws_conf: WsConfiguration
http_conf: HttpConfiguration
ipc_conf: IpcConfiguration
net_conf: NetworkConfiguration
network_id: Option<u64>
warp_sync: bool
warp_barrier: Option<u64>
acc_conf: AccountsConfig
gas_pricer_conf: GasPricerConfig
miner_extras: MinerExtras
mode: Option<Mode>
tracing: Switch
fat_db: Switch
compaction: DatabaseCompactionProfile
vm_type: VMType
experimental_rpcs: bool
net_settings: NetworkSettings
secretstore_conf: Configuration
name: String
custom_bootnodes: bool
stratum: Option<Options>
snapshot_conf: SnapshotConfiguration
check_seal: bool
allow_missing_blocks: bool
download_old_blocks: bool
new_transactions_stats_period: u64
verifier_settings: VerifierSettings
no_persistent_txqueue: bool
max_round_blocks_to_import: usize
metrics_conf: MetricsConfiguration
Trait Implementations
impl StructuralPartialEq for RunCmd
Auto Trait Implementations
impl RefUnwindSafe for RunCmd
impl Send for RunCmd
impl Sync for RunCmd
impl Unpin for RunCmd
impl UnwindSafe for RunCmd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more