pub fn insert_op(
    txn: &mut Transaction<'_>,
    op: &DhtOpHashed
) -> StateMutationResult<()>
Expand description

Insert a [DhtOp] into the database.