pub fn check_agent_boom<'a>(
    agents: impl Iterator<Item = (&'a Arc<KitsuneAgent>, &'a AgentInfoSigned)>,
    bloom: &[u8]
) -> Vec<&'a Arc<KitsuneAgent>>
Expand description

Check an ops bloom for testing.