alloy_primitives

Function logs_bloom

Source
pub fn logs_bloom<'a>(logs: impl IntoIterator<Item = &'a Log>) -> Bloom
Expand description

Compute the logs bloom filter for the given logs.