24 filter =
BlockFilter(filter_type, block, block_undo);
bool UndoReadFromDisk(CBlockUndo &blockundo, const CBlockIndex *pindex)
bool ReadBlockFromDisk(CBlock &block, const FlatFilePos &pos, const Consensus::Params &consensusParams)
Functions for disk access for blocks.
const CChainParams & Params()
Return the currently selected parameters.
Complete block filter struct as defined in BIP 157.
The block chain is a tree shaped structure starting with the genesis block at the root,...
FlatFilePos GetBlockPos() const
int nHeight
height of the entry in the chain. The genesis block has height 0
Undo information for a CBlock.
bool ComputeFilter(BlockFilterType filter_type, const CBlockIndex *block_index, BlockFilter &filter)