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

Put an iterator of AgentInfoSigned records into the p2p_store