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
gas_range_target: (U256, U256)
                           Lower and upper bound of block gas limit that we are targeting
Block author
extra_data: Bytes
                           Block extra data
Trait Implementations
impl Debug for AuthoringParams[src] 
impl Debug for AuthoringParamsfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for AuthoringParams[src] 
impl Default for AuthoringParamsfn default() -> AuthoringParams[src] 
fn default() -> AuthoringParamsReturns the "default value" for a type. Read more
impl Clone for AuthoringParams[src] 
impl Clone for AuthoringParamsfn clone(&self) -> AuthoringParams[src] 
fn clone(&self) -> AuthoringParamsReturns 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
Auto Trait Implementations
impl Send for AuthoringParams
impl Send for AuthoringParamsimpl Sync for AuthoringParams
impl Sync for AuthoringParams