(kvIndices []uint64, blockNumber int64)
| 60 | |
| 61 | type Il1Source interface { |
| 62 | GetKvMetas(kvIndices []uint64, blockNumber int64) ([][32]byte, error) |
| 63 | |
| 64 | GetStorageKvEntryCount(blockNumber int64) (uint64, error) |
| 65 | } |
no outgoing calls
no test coverage detected