#include <stdint.h>
#include <string>
#include <unordered_set>
#include <vector>
#include <primitives/block.h>
#include <serialize.h>
#include <uint256.h>
#include <undo.h>
#include <util/bytevectorhash.h>
Go to the source code of this file.
◆ BlockFilterType
◆ AllBlockFilterTypes()
Get a list of known filter types.
◆ BlockFilterTypeByName()
bool BlockFilterTypeByName |
( |
const std::string & |
name, |
|
|
BlockFilterType & |
filter_type |
|
) |
| |
Find a filter type by its human-readable name.
◆ BlockFilterTypeName()
Get the human-readable name for a filter type. Returns empty string for unknown types.
◆ ListBlockFilterTypes()
const std::string& ListBlockFilterTypes |
( |
| ) |
|
Get a comma-separated list of known filter type names.
◆ BASIC_FILTER_M
constexpr uint32_t BASIC_FILTER_M = 784931 |
◆ BASIC_FILTER_P
constexpr uint8_t BASIC_FILTER_P = 19 |