(kvIdx uint64)
| 22 | type IStorageManager interface { |
| 23 | TryRead(kvIdx uint64, readLen int, commit common.Hash) ([]byte, bool, error) |
| 24 | TryReadMeta(kvIdx uint64) ([]byte, bool, error) |
| 25 | TryWriteWithMetaCheck(kvIdx uint64, commit common.Hash, fetchBlob es.FetchBlobFunc) error |
| 26 | MaxKvSize() uint64 |
| 27 | KvEntries() uint64 |
no outgoing calls