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: U256
Starting block
current_block: U256
Current block
highest_block: U256
Highest block seen so far
warp_chunks_amount: Option<U256>
Warp sync snapshot chunks total.
warp_chunks_processed: Option<U256>
Warp sync snpashot chunks processed.
Trait Implementations
impl PartialEq for SyncInfo
[src]
fn eq(&self, __arg_0: &SyncInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SyncInfo) -> bool
This method tests for !=
.