Iterator returns an iterator for the block's data. Returns an error if the iterator creation fails.
(ctx context.Context)
| 141 | // Iterator returns an iterator for the block's data. |
| 142 | // Returns an error if the iterator creation fails. |
| 143 | Iterator(ctx context.Context) (Iterator, error) |
| 144 | |
| 145 | // Clear clears the block's data. |
| 146 | // Returns an error if the clear operation fails. |
no outgoing calls