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 allowed gas price.

Current block gas limit.

Maximal gas limit for a single transaction.

Skip checks for early rejection, to make sure that local transactions are always imported.

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter. Read more

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Options
[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 Options

impl Sync for Options