Constant BLOOM_BITS_PER_ITEM
pub const BLOOM_BITS_PER_ITEM: usize = 3; // 3usize
Expand description
Number of bits to set per input in Ethereum bloom filter.
pub const BLOOM_BITS_PER_ITEM: usize = 3; // 3usize
Number of bits to set per input in Ethereum bloom filter.