GetWork returns a Work for SmartPool to give to the miner. How the work is formed is upto structs implementing this interface.
()
| 94 | // GetWork returns a Work for SmartPool to give to the miner. How the work |
| 95 | // is formed is upto structs implementing this interface. |
| 96 | GetWork() Work |
| 97 | // SubmitSolution submits the solution that miner has submitted to SmartPool |
| 98 | // so the full block solution can take credits. It also maintain workflow |
| 99 | // between miner and the network client. |
no outgoing calls