Trait ethcore::miner::ExternalMinerService [] [src]

pub trait ExternalMinerService: Send + Sync {
    fn submit_hashrate(&self, hashrate: U256, id: H256);
    fn hashrate(&self) -> U256;
}

External miner interface.

Required Methods

Submit hashrate for given miner.

Total hashrate.

Implementors