Struct ethcore::engines::epoch::PendingTransition[][src]

pub struct PendingTransition {
    pub proof: Vec<u8>,
}

An epoch transition pending a finality proof. Not all transitions need one.

Fields

"transition/epoch" proof from the engine.

Trait Implementations

impl Encodable for PendingTransition
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for PendingTransition
[src]

Decode a value from RLP bytes

impl Key<PendingTransition> for H256
[src]

The db key associated with this value.

Returns db key.

Auto Trait Implementations

impl Send for PendingTransition

impl Sync for PendingTransition