pub fn create_agent_bloom<'a>(
    agents: impl Iterator<Item = &'a AgentInfoSigned>,
    filter: Option<&AgentInfoSigned>
) -> Option<PoolBuf>
Expand description

Create an agent bloom for testing.