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 Transitionfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Transition[src]
impl Clone for Transitionfn clone(&self) -> Transition[src]
fn clone(&self) -> TransitionReturns 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 Transitionfn 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 TransitionAuto Trait Implementations
impl Send for Transition
impl Send for Transitionimpl Sync for Transition
impl Sync for Transition