Struct ethcore_miner::external::ExternalMiner [−][src]
pub struct ExternalMiner { /* fields omitted */ }External Miner.
Methods
impl ExternalMiner[src]
impl ExternalMinerpub fn new(hashrates: Arc<Mutex<HashMap<H256, (Instant, U256)>>>) -> Self[src]
pub fn new(hashrates: Arc<Mutex<HashMap<H256, (Instant, U256)>>>) -> SelfCreates new external miner with prefilled hashrates.
Trait Implementations
impl Default for ExternalMiner[src]
impl Default for ExternalMinerimpl ExternalMinerService for ExternalMiner[src]
impl ExternalMinerService for ExternalMinerAuto Trait Implementations
impl Send for ExternalMiner
impl Send for ExternalMinerimpl Sync for ExternalMiner
impl Sync for ExternalMiner