mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-24 14:48:02 -05:00
6 lines
230 B
Rust
6 lines
230 B
Rust
use crate::primitives::CustomTransactionEnvelope;
|
|
use op_alloy_consensus::OpPooledTransaction;
|
|
use reth_ethereum::primitives::Extended;
|
|
|
|
pub type CustomPooledTransaction = Extended<OpPooledTransaction, CustomTransactionEnvelope>;
|