reth_optimism_primitives::bedrock

Function is_dup_tx

Source
pub fn is_dup_tx(block_number: u64) -> bool
Available on crate feature optimism only.
Expand description

Returns true if transaction is the second or third appearance of the transaction. The blocks with replayed transaction happen to only contain the single transaction.