Enum ethcore_miner::gas_pricer::GasPricer[][src]

pub enum GasPricer {
    Fixed(U256),
}

Struct to look after updating the acceptable gas price of a miner.

Variants

A fixed gas price in terms of Wei - always the argument given.

Methods

impl GasPricer
[src]

Create a new Fixed GasPricer.

Recalibrate current gas price.

Trait Implementations

impl Debug for GasPricer
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GasPricer
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for GasPricer

impl Sync for GasPricer