Enum ethcore::engines::ForkChoice[][src]

pub enum ForkChoice {
    New,
    Old,
}

Fork choice.

Variants

Choose the new block.

Choose the current best block.

Trait Implementations

impl Debug for ForkChoice
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ForkChoice
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ForkChoice
[src]

Auto Trait Implementations

impl Send for ForkChoice

impl Sync for ForkChoice