()
| 109 | // work that the miner can get from the network. |
| 110 | type Work interface { |
| 111 | ID() string |
| 112 | // AcceptSolution takes solution to construct and return a Share representing |
| 113 | // the solution that came from miner. |
| 114 | AcceptSolution(sol Solution) Share |
no outgoing calls