mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: move nodetypes to node-api (#7268)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
//! Traits for the builder
|
||||
|
||||
use crate::{
|
||||
components::NodeComponents,
|
||||
node::{FullNodeTypes, NodeTypes},
|
||||
BuilderContext,
|
||||
};
|
||||
use crate::{components::NodeComponents, node::FullNodeTypes, BuilderContext};
|
||||
use reth_network::NetworkHandle;
|
||||
use reth_node_api::NodeTypes;
|
||||
use reth_payload_builder::PayloadBuilderHandle;
|
||||
use reth_tasks::TaskExecutor;
|
||||
use reth_transaction_pool::TransactionPool;
|
||||
|
||||
Reference in New Issue
Block a user