Struct web3::types::SyncInfo[][src]

pub struct SyncInfo {
    pub starting_block: U256,
    pub current_block: U256,
    pub highest_block: U256,
}

Information about current blockchain syncing operations.

Fields

The block at which import began.

The highest currently synced block.

The estimated highest block.

Trait Implementations

impl Debug for SyncInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SyncInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for SyncInfo

impl Sync for SyncInfo