pub async fn inject_agent_infos<'iter, I: IntoIterator<Item = &'iter AgentInfoSigned> + Send>(
    env: DbWrite<DbKindP2pAgents>,
    iter: I
) -> StateMutationResult<()>
Expand description

Inject multiple agent info entries into the peer store