Struct ethcore::miner::GasPriceCalibratorOptions
[−]
[src]
pub struct GasPriceCalibratorOptions { pub usd_per_tx: f32, pub recalibration_period: Duration, }
Options for the dynamic gas price recalibrator.
Fields
usd_per_tx: f32
Base transaction price to match against.
recalibration_period: Duration
How frequently we should recalibrate.
Trait Implementations
impl Debug for GasPriceCalibratorOptions
[src]
impl PartialEq for GasPriceCalibratorOptions
[src]
fn eq(&self, __arg_0: &GasPriceCalibratorOptions) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GasPriceCalibratorOptions) -> bool
This method tests for !=
.