(kvIndex, sampleIndexInKv uint64)
| 16 | type BlobCacheReader interface { |
| 17 | GetKeyValueByIndex(index uint64, hash common.Hash) []byte |
| 18 | GetSampleData(kvIndex, sampleIndexInKv uint64) []byte |
| 19 | } |
| 20 | |
| 21 | // BlobReader provides unified interface for the miner to read blobs and samples |
no outgoing calls
no test coverage detected