Get a block filter index by type. Returns nullptr if index has not been initialized or was already destroyed.
Declared in <index/blockfilterindex.h>
BlockFilterIndex*
GetBlockFilterIndex(BlockFilterType filter_type);
Pointer to the index, or nullptr if it is not initialized.
| Name | Description |
|---|---|
| filter_type | Filter type of the index to retrieve. |