Enum ethcore::block_status::BlockStatus [] [src]

pub enum BlockStatus {
    InChain,
    Queued,
    Bad,
    Unknown,
}

General block status

Variants

Part of the blockchain.

Queued for import.

Known as bad.

Unknown.

Trait Implementations

impl Debug for BlockStatus
[src]

Formats the value using the given formatter.

impl Eq for BlockStatus
[src]

impl PartialEq for BlockStatus
[src]

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

This method tests for !=.

impl From<QueueStatus> for BlockStatus
[src]

Performs the conversion.