Struct ethcore_miner::external::ExternalMiner[][src]

pub struct ExternalMiner { /* fields omitted */ }

External Miner.

Methods

impl ExternalMiner
[src]

Creates new external miner with prefilled hashrates.

Trait Implementations

impl Default for ExternalMiner
[src]

Returns the "default value" for a type. Read more

impl ExternalMinerService for ExternalMiner
[src]

Submit hashrate for given miner.

Total hashrate.

Auto Trait Implementations

impl Send for ExternalMiner

impl Sync for ExternalMiner