Struct web3::types::SyncInfo [−][src]
Information about current blockchain syncing operations.
Fields
starting_block: U256
The block at which import began.
current_block: U256
The highest currently synced block.
highest_block: U256
The estimated highest block.
Trait Implementations
impl Debug for SyncInfo[src]
impl Debug for SyncInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SyncInfo[src]
impl Clone for SyncInfofn clone(&self) -> SyncInfo[src]
fn clone(&self) -> SyncInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SyncInfo[src]
impl PartialEq for SyncInfo