5 #ifndef BITCOIN_KERNEL_CHAIN_H 6 #define BITCOIN_KERNEL_CHAIN_H 39 #endif // BITCOIN_KERNEL_CHAIN_H
Block data sent with blockConnected, blockDisconnected notifications.
ChainstateRole
This enum describes the various roles a specific Chainstate instance can take.
std::ostream & operator<<(std::ostream &os, const ChainstateRole &role)
The block chain is a tree shaped structure starting with the genesis block at the root...
interfaces::BlockInfo MakeBlockInfo(const CBlockIndex *index, const CBlock *data)
Return data from block index.