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

Base transaction price to match against.

How frequently we should recalibrate.

Trait Implementations

impl Debug for GasPriceCalibratorOptions
[src]

Formats the value using the given formatter.

impl PartialEq for GasPriceCalibratorOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.