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