node::BlockfileCursor

Tracks the current block file and how far its undo data has been written.

Synopsis

Declared in <node/blockstorage.h>

struct BlockfileCursor;

Data Members

NameDescription
file_num The latest blockfile number.
undo_height Height of the highest block in file_num whose undo data has been written.