chore: move nodetypes to node-api (#7268)

This commit is contained in:
Matthias Seitz
2024-03-21 14:35:37 +01:00
committed by GitHub
parent 0da7b7c314
commit 31b94581f9
6 changed files with 30 additions and 20 deletions

View File

@@ -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;