mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat(rpc):transaction variant for all available transaction formats (#5098)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -38,7 +38,6 @@ mod rpc;
|
||||
mod trace;
|
||||
mod txpool;
|
||||
mod web3;
|
||||
|
||||
pub use admin::AdminApi;
|
||||
pub use blocking_pool::{BlockingTaskGuard, BlockingTaskPool};
|
||||
pub use debug::DebugApi;
|
||||
@@ -52,6 +51,5 @@ pub use rpc::RPCApi;
|
||||
pub use trace::TraceApi;
|
||||
pub use txpool::TxPoolApi;
|
||||
pub use web3::Web3Api;
|
||||
|
||||
pub mod blocking_pool;
|
||||
pub mod result;
|
||||
|
||||
Reference in New Issue
Block a user