pub trait JobDispatcher: Send + Sync { // Required method fn submit(&self, payload: Vec<String>) -> Result<(), Error>; }
Interface that can provide pow/blockchain-specific responses for the clients