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