Trait ethcore_dapps::SyncStatus
[−]
[src]
pub trait SyncStatus: Send + Sync { fn is_major_importing(&self) -> bool; }
Indicates sync status
Required Methods
fn is_major_importing(&self) -> bool
Returns true if there is a major sync happening.