Struct ethcore_miner::pool::verifier::Options [−][src]
pub struct Options { pub minimal_gas_price: U256, pub block_gas_limit: U256, pub tx_gas_limit: U256, pub no_early_reject: bool, }
Verification options.
Fields
minimal_gas_price: U256
Minimal allowed gas price.
block_gas_limit: U256
Current block gas limit.
tx_gas_limit: U256
Maximal gas limit for a single transaction.
no_early_reject: bool
Skip checks for early rejection, to make sure that local transactions are always imported.
Trait Implementations
impl Debug for Options
[src]
impl Debug for Options
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Options
[src]
impl Clone for Options
fn clone(&self) -> Options
[src]
fn clone(&self) -> Options
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for Options
[src]
impl PartialEq for Options