Struct ethcore::client::ChainRoute[][src]

pub struct ChainRoute { /* fields omitted */ }

A complete chain enacted retracted route.

Methods

impl ChainRoute
[src]

Create a new ChainRoute based on block hash and route type pairs.

Consume route and return the enacted retracted form.

Important traits for &'a [u8]

All non-duplicate enacted blocks.

Important traits for &'a [u8]

All non-duplicate retracted blocks.

Important traits for &'a [u8]

All blocks in the route.

Trait Implementations

impl Default for ChainRoute
[src]

Returns the "default value" for a type. Read more

impl Clone for ChainRoute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a [ImportRoute]> for ChainRoute
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ChainRoute

impl Sync for ChainRoute