Function bitcoin_blockfilter::destroy_block_filter_index
source · pub fn destroy_block_filter_index(filter_type: BlockFilterType) -> boolExpand 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. |