Enum ethcore::miner::GasLimit [] [src]

pub enum GasLimit {
    Auto,
    None,
    Fixed(U256),
}

Type of the gas limit to apply to the transaction queue.

Variants

Depends on the block gas limit and is updated with every block.

No limit.

Set to a fixed gas value.

Trait Implementations

impl Debug for GasLimit
[src]

Formats the value using the given formatter.

impl PartialEq for GasLimit
[src]

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

This method tests for !=.