(blockNumber int64)
| 62 | GetKvMetas(kvIndices []uint64, blockNumber int64) ([][32]byte, error) |
| 63 | |
| 64 | GetStorageKvEntryCount(blockNumber int64) (uint64, error) |
| 65 | } |
| 66 | |
| 67 | // StorageManager is a higher-level abstract of ShardManager which provides multi-thread safety to storage file read/write |
no outgoing calls