Constant forest_filecoin::rpc::methods::eth::BLOOM_SIZE

source ยท
const BLOOM_SIZE: usize = 2048;
Expand description

Ethereum Bloom filter size in bits. Bloom filter is used in Ethereum to minimize the number of block queries.