Trait ethcore_dapps::SyncStatus [] [src]

pub trait SyncStatus: Send + Sync {
    fn is_major_importing(&self) -> bool;
}

Indicates sync status

Required Methods

Returns true if there is a major sync happening.

Implementors