Trait ethcore_stratum::PushWorkHandler
source · [−]pub trait PushWorkHandler: Send + Sync {
fn push_work_all(&self, payload: String);
}
Expand description
Interface that can handle requests to push job for workers
Required methods
fn push_work_all(&self, payload: String)
fn push_work_all(&self, payload: String)
push the same work package for all workers (payload
: json of pow-specific set of work specification)