Bitcoin Core 28.99.0
P2P Digital Currency
|
Block data sent with blockConnected, blockDisconnected notifications. More...
#include <chain.h>
Public Member Functions | |
BlockInfo (const uint256 &hash LIFETIMEBOUND) | |
Public Attributes | |
const uint256 & | hash |
const uint256 * | prev_hash = nullptr |
int | height = -1 |
int | file_number = -1 |
unsigned | data_pos = 0 |
const CBlock * | data = nullptr |
const CBlockUndo * | undo_data = nullptr |
unsigned int | chain_time_max {0} |
Block data sent with blockConnected, blockDisconnected notifications.
const CBlockUndo* interfaces::BlockInfo::undo_data = nullptr |