Enum ethcore::miner::GasLimit
[−]
[src]
pub enum GasLimit { Auto, None, Fixed(U256), }
Type of the gas limit to apply to the transaction queue.
Variants
Auto
Depends on the block gas limit and is updated with every block.
None
No limit.
Fixed(U256)
Set to a fixed gas value.