(shardIdx, sampleIdx uint64)
| 34 | type DataReader interface { |
| 35 | GetBlob(kvIdxe uint64, blobHash common.Hash) ([]byte, error) |
| 36 | ReadSample(shardIdx, sampleIdx uint64) (common.Hash, error) |
| 37 | } |
| 38 | |
| 39 | type miningInfo struct { |
no outgoing calls
no test coverage detected