On‐disk statistics describing the contents of one block file.
Synopsis
Declared in <node/blockstorage.h>
class CBlockFileInfo;
Member Functions
Name |
Description |
|
Construct an empty block‐file info with all counters zeroed. |
update statistics (does not update nSize) |
|
Return a human‐readable summary of the block‐file statistics. |
Data Members
Name |
Description |
number of blocks stored in file |
|
lowest height of block in file |
|
highest height of block in file |
|
number of used bytes of block file |
|
earliest time of block in file |
|
latest time of block in file |
|
number of used bytes in the undo file |
Created with MrDocs