#include <chain.h>
Definition at line 42 of file chain.h.
◆ CBlockFileInfo()
CBlockFileInfo::CBlockFileInfo |
( |
| ) |
|
|
inline |
◆ AddBlock()
void CBlockFileInfo::AddBlock |
( |
unsigned int |
nHeightIn, |
|
|
uint64_t |
nTimeIn |
|
) |
| |
|
inline |
update statistics (does not update nSize)
Definition at line 83 of file chain.h.
◆ SERIALIZE_METHODS()
◆ SetNull()
void CBlockFileInfo::SetNull |
( |
| ) |
|
|
inline |
◆ ToString()
std::string CBlockFileInfo::ToString |
( |
| ) |
const |
◆ nBlocks
unsigned int CBlockFileInfo::nBlocks |
number of blocks stored in file
Definition at line 45 of file chain.h.
◆ nHeightFirst
unsigned int CBlockFileInfo::nHeightFirst |
lowest height of block in file
Definition at line 48 of file chain.h.
◆ nHeightLast
unsigned int CBlockFileInfo::nHeightLast |
highest height of block in file
Definition at line 49 of file chain.h.
◆ nSize
unsigned int CBlockFileInfo::nSize |
number of used bytes of block file
Definition at line 46 of file chain.h.
◆ nTimeFirst
uint64_t CBlockFileInfo::nTimeFirst |
earliest time of block in file
Definition at line 50 of file chain.h.
◆ nTimeLast
uint64_t CBlockFileInfo::nTimeLast |
latest time of block in file
Definition at line 51 of file chain.h.
◆ nUndoSize
unsigned int CBlockFileInfo::nUndoSize |
number of used bytes in the undo file
Definition at line 47 of file chain.h.
The documentation for this class was generated from the following files: