Trait ethcore::miner::NotifyWork
[−]
[src]
pub trait NotifyWork: Send + Sync { fn notify(&self, pow_hash: H256, difficulty: U256, number: u64); }
Trait for notifying about new mining work
Required Methods
Implementors
impl NotifyWork for Stratum