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

Fired when new mining job available

Implementors