Function logs_bloom
pub fn logs_bloom<'a>(logs: impl IntoIterator<Item = &'a Log>) -> BloomAvailable 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>) -> Bloomnode-api only.Compute the logs bloom filter for the given logs.