Bitcoin Core
24.99.0
P2P Digital Currency
src
test
util
blockfilter.h
Go to the documentation of this file.
1
// Copyright (c) 2019 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_TEST_UTIL_BLOCKFILTER_H
6
#define BITCOIN_TEST_UTIL_BLOCKFILTER_H
7
8
#include <
blockfilter.h
>
9
class
CBlockIndex
;
10
11
bool
ComputeFilter
(
BlockFilterType
filter_type,
const
CBlockIndex
* block_index,
BlockFilter
& filter);
12
13
#endif
// BITCOIN_TEST_UTIL_BLOCKFILTER_H
BlockFilterType
BlockFilterType
Definition:
blockfilter.h:90
BlockFilter
Complete block filter struct as defined in BIP 157.
Definition:
blockfilter.h:112
CBlockIndex
The block chain is a tree shaped structure starting with the genesis block at the root,...
Definition:
chain.h:151
blockfilter.h
ComputeFilter
bool ComputeFilter(BlockFilterType filter_type, const CBlockIndex *block_index, BlockFilter &filter)
Definition:
blockfilter.cpp:14
Generated on Thu Feb 9 2023 02:46:36 for Bitcoin Core by
1.9.1