()
| 9 | |
| 10 | type RPCClient interface { |
| 11 | ClientVersion() (string, error) |
| 12 | GetWork() *Work |
| 13 | SubmitHashrate(hashrate hexutil.Uint64, id common.Hash) bool |
| 14 | SubmitWork(nonce types.BlockNonce, hash, mixDigest common.Hash) bool |
no outgoing calls
no test coverage detected