Struct bloomchain::BloomChain [] [src]

pub struct BloomChain<'a> { /* fields omitted */ }

Prepares all bloom database operations.

Methods

impl<'a> BloomChain<'a>
[src]

Creates new bloom chain.

Inserts the bloom at all filter levels.

Resets data in range. Inserts new data. Inserted data may exceed reseted range.

Returns all numbers with given bloom.

Filter the chain returing all numbers matching the filter.