Struct ethcore_bloom_journal::BloomJournal[][src]

pub struct BloomJournal {
    pub hash_functions: u32,
    pub entries: Vec<(usize, u64)>,
}

Bloom journal Returns the tuple of (bloom part index, bloom part value) where each one is representing an index of bloom parts that was updated since the last drain

Fields

Auto Trait Implementations

impl Send for BloomJournal

impl Sync for BloomJournal