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

pub struct SyncInfo {
    pub starting_block: U256,
    pub current_block: U256,
    pub highest_block: U256,
    pub warp_chunks_amount: Option<U256>,
    pub warp_chunks_processed: Option<U256>,
}

Sync info

Fields

Starting block

Current block

Highest block seen so far

Warp sync snapshot chunks total.

Warp sync snpashot chunks processed.

Trait Implementations

impl PartialEq for SyncInfo
[src]

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

This method tests for !=.

impl Debug for SyncInfo
[src]

Formats the value using the given formatter.

impl Default for SyncInfo
[src]

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