reth_optimism_primitives/transaction/
mod.rs

1
2
3
4
//! Optimism transaction types

pub mod signed;
pub mod tx_type;