Tracks the current block file and how far its undo data has been written.
Declared in <node/blockstorage.h>
struct BlockfileCursor;
| Name | Description |
|---|---|
file_num | The latest blockfile number. |
undo_height | Height of the highest block in file_num whose undo data has been written. |