pub type Bloom = EthereumType<256_usize, true>;
A 2048 bit (256 bytes) Bloom hash type.
pub struct Bloom(/* private fields */);