Struct ethcore::engines::epoch::Transition
[−]
[src]
A full epoch transition.
Fields
block_hash: H256
Block hash at which the transition occurred.
block_number: u64
Block number at which the transition occurred.
proof: Vec<u8>
"transition/epoch" proof from the engine combined with a finality proof.
Trait Implementations
impl Debug for Transition
[src]
impl Debug for Transition
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 Clone for Transition
[src]
impl Clone for Transition
fn clone(&self) -> Transition
[src]
fn clone(&self) -> Transition
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 Encodable for Transition
[src]
impl Encodable for Transition
fn rlp_append(&self, s: &mut RlpStream)
[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
impl Decodable for Transition
[src]
impl Decodable for Transition
Auto Trait Implementations
impl Send for Transition
impl Send for Transition
impl Sync for Transition
impl Sync for Transition