feat: Introduce trait for OpTransaction (#11745)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Hoa Nguyen
2024-10-29 21:34:12 +07:00
committed by GitHub
parent f545877bb8
commit e92ecfbc22
9 changed files with 40 additions and 40 deletions

View File

@ -5,6 +5,7 @@ use alloc::{boxed::Box, sync::Arc, vec::Vec};
use alloy_consensus::Transaction as _;
use alloy_eips::eip7685::Requests;
use core::fmt::Display;
use op_alloy_consensus::DepositTransaction;
use reth_chainspec::EthereumHardforks;
use reth_consensus::ConsensusError;
use reth_evm::{