Trait ethcore_miner::external::ExternalMinerService
source · [−]pub trait ExternalMinerService: Send + Sync {
fn submit_hashrate(&self, hashrate: U256, id: H256);
fn hashrate(&self) -> U256;
}
Expand description
External miner interface.
Required methods
fn submit_hashrate(&self, hashrate: U256, id: H256)
fn submit_hashrate(&self, hashrate: U256, id: H256)
Submit hashrate for given miner.