5#ifndef BITCOIN_KERNEL_CHAIN_H
6#define BITCOIN_KERNEL_CHAIN_H
38interfaces::BlockInfo
MakeBlockInfo(
const CBlockIndex* block_index,
const CBlock* data =
nullptr);
The block chain is a tree shaped structure starting with the genesis block at the root,...
Undo information for a CBlock.
interfaces::BlockInfo MakeBlockInfo(const CBlockIndex *index, const CBlock *data)
Return data from block index.
std::ostream & operator<<(std::ostream &os, const ChainstateRole &role)
const uint256 * prev_hash
BlockInfo(const uint256 &hash LIFETIMEBOUND)
const CBlockUndo * undo_data
unsigned int chain_time_max
Information about chainstate that notifications are sent from.