(nonce types.BlockNonce, hash, mixDigest common.Hash)
| 12 | GetWork() *Work |
| 13 | SubmitHashrate(hashrate hexutil.Uint64, id common.Hash) bool |
| 14 | SubmitWork(nonce types.BlockNonce, hash, mixDigest common.Hash) bool |
| 15 | IsVerified(h common.Hash) bool |
| 16 | Syncing() bool |
| 17 | BlockNumber() (*big.Int, error) |
no outgoing calls
no test coverage detected