pub fn logs_bloom<'a>(logs: impl IntoIterator<Item = &'a Log>) -> Bloom
Expand description
Compute the logs bloom filter for the given logs.
pub fn logs_bloom<'a>(logs: impl IntoIterator<Item = &'a Log>) -> Bloom
Compute the logs bloom filter for the given logs.