pub fn destroy_block_filter_index(filter_type: BlockFilterType) -> bool
Expand description

| Destroy the block filter index with | the given type. Returns false if no such | index exists. This just releases the | allocated memory and closes the database | connection, it does not delete the index | data. |