Type Definition subgraph::eth::Bloom

source ·
pub type Bloom = [u8; 256];
Expand description

A 256-byte bloom filter.