Add extended op tx envelope transaction type #15328 (#15334)

Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
This commit is contained in:
Ayush Dubey
2025-03-31 15:31:51 +05:30
committed by GitHub
parent 948832d06f
commit eebda8e103
4 changed files with 326 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ pub mod block;
pub use block::*;
pub mod tx;
pub use tx::*;
pub mod extended_op_tx_envelope;
pub use extended_op_tx_envelope::*;
use reth_optimism_primitives::{OpReceipt, OpTransactionSigned};
use reth_primitives_traits::NodePrimitives;