pub fn set_require_receipt(
    txn: &mut Transaction<'_>,
    hash: &DhtOpHash,
    require_receipt: bool
) -> StateMutationResult<()>
Expand description

Set the whether or not a receipt is required of a DhtOp in the database.