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 AuthoringParams
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for AuthoringParams
[src]
impl Default for AuthoringParams
fn default() -> AuthoringParams
[src]
fn default() -> AuthoringParams
Returns the "default value" for a type. Read more
impl Clone for AuthoringParams
[src]
impl Clone for AuthoringParams
fn clone(&self) -> AuthoringParams
[src]
fn clone(&self) -> AuthoringParams
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
Auto Trait Implementations
impl Send for AuthoringParams
impl Send for AuthoringParams
impl Sync for AuthoringParams
impl Sync for AuthoringParams