Helper for findBlock to selectively return pieces of block data.
More...
#include <chain.h>
Helper for findBlock to selectively return pieces of block data.
Definition at line 39 of file chain.h.
Read block data from disk.
If the block exists but doesn't have data (for example due to pruning), the CBlock variable will be set to null.
Definition at line 49 of file chain.h.
| FoundBlock& interfaces::FoundBlock::height |
( |
int & |
height | ) |
|
|
inline |
| FoundBlock& interfaces::FoundBlock::maxTime |
( |
int64_t & |
max_time | ) |
|
|
inline |
| FoundBlock& interfaces::FoundBlock::mtpTime |
( |
int64_t & |
mtp_time | ) |
|
|
inline |
| FoundBlock& interfaces::FoundBlock::time |
( |
int64_t & |
time | ) |
|
|
inline |
| CBlock* interfaces::FoundBlock::m_data = nullptr |
| uint256* interfaces::FoundBlock::m_hash = nullptr |
| int* interfaces::FoundBlock::m_height = nullptr |
| int64_t* interfaces::FoundBlock::m_max_time = nullptr |
| int64_t* interfaces::FoundBlock::m_mtp_time = nullptr |
| int64_t* interfaces::FoundBlock::m_time = nullptr |
The documentation for this class was generated from the following file: