Function logs_bloom
pub fn logs_bloom<'a>(logs: impl IntoIterator<Item = &'a Log>) -> Bloom
Available on crate feature
node-api
only.Expand description
Compute the logs bloom filter for the given logs.
pub fn logs_bloom<'a>(logs: impl IntoIterator<Item = &'a Log>) -> Bloom
node-api
only.Compute the logs bloom filter for the given logs.