pub async fn p2p_put_all(
    db: &DbWrite<DbKindP2pAgentStore>,
    signed: impl Iterator<Item = &AgentInfoSigned>
) -> DatabaseResult<()>
Expand description

Put an iterator of AgentInfoSigned records into the p2p_store