pub async fn authored_ops_to_dht_db_without_check(
    hashes: Vec<DhtOpHash>,
    authored_db: &DbRead<DbKindAuthored>,
    dht_db: &DbWrite<DbKindDht>,
    dht_db_cache: &DhtDbQueryCache
) -> StateMutationResult<()>
Expand description

Insert any authored ops that have been locally validated into the dht database awaiting integration.