5#ifndef BITCOIN_TEST_UTIL_BLOCKFILTER_H
6#define BITCOIN_TEST_UTIL_BLOCKFILTER_H
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,...
Maintains a tree of blocks (stored in m_block_index) which is consulted to determine where the most-w...
bool ComputeFilter(BlockFilterType filter_type, const CBlockIndex &block_index, BlockFilter &filter, const node::BlockManager &blockman)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.