(kvIndices []uint64, blobs [][]byte, commits []common.Hash)
| 141 | CommitEmptyBlobs(start, limit uint64) (uint64, uint64, error) |
| 142 | |
| 143 | CommitBlobs(kvIndices []uint64, blobs [][]byte, commits []common.Hash) ([]uint64, error) |
| 144 | } |
| 145 | |
| 146 | type StorageManager interface { |
no outgoing calls