Struct ethcore_rpc::v1::types::ChainStatus [] [src]

pub struct ChainStatus {
    pub block_gap: Option<(U256, U256)>,
}

Chain status.

Fields

Describes the gap in the blockchain, if there is one: (first, last)

Trait Implementations

impl Debug for ChainStatus
[src]

Formats the value using the given formatter.

impl Default for ChainStatus
[src]

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