Struct ethcore::miner::AuthoringParams[][src]

pub struct AuthoringParams {
    pub gas_range_target: (U256, U256),
    pub author: Address,
    pub extra_data: Bytes,
}

Configurable parameters of block authoring.

Fields

Lower and upper bound of block gas limit that we are targeting

Block author

Block extra data

Trait Implementations

impl Debug for AuthoringParams
[src]

Formats the value using the given formatter. Read more

impl Default for AuthoringParams
[src]

Returns the "default value" for a type. Read more

impl Clone for AuthoringParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AuthoringParams

impl Sync for AuthoringParams