pub fn insert_op_lite(
    txn: &mut Transaction<'_>,
    op_lite: DhtOpLight,
    hash: DhtOpHash,
    order: OpOrder,
    timestamp: Timestamp
) -> StateMutationResult<()>
Expand description

Insert a DhtOpLight into the database.