GetBlockFilterIndex

Get a block filter index by type. Returns nullptr if index has not been initialized or was already destroyed.

Synopsis

Declared in <index/blockfilterindex.h>

BlockFilterIndex*
GetBlockFilterIndex(BlockFilterType filter_type);

Return Value

Pointer to the index, or nullptr if it is not initialized.

Parameters

NameDescription
filter_typeFilter type of the index to retrieve.