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

Synopsis

Declared in <node/blockstorage.h>

struct BlockfileCursor;

Data Members

Name

Description

file_num

The latest blockfile number.

undo_height

Height of the highest block in file_num whose undo data has been written.

Created with MrDocs