Enum common_types::block_status::BlockStatus[][src]

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

General block status

Variants

Part of the blockchain.

Queued for import.

Known as bad.

Pending block.

Unknown.

Trait Implementations

impl Debug for BlockStatus
[src]

Formats the value using the given formatter. Read more

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 !=.

Auto Trait Implementations

impl Send for BlockStatus

impl Sync for BlockStatus