chore(node-api): move FullNodeComponents from builder (#7597)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Alexey Shekhirin
2024-04-12 15:39:02 +01:00
committed by GitHub
parent 9a4c01fbee
commit e1ebc2f06b
16 changed files with 182 additions and 162 deletions

View File

@ -39,6 +39,11 @@ pub mod payload {
pub use reth_payload_validator::ExecutionPayloadValidator;
}
/// Re-exported from `reth_node_api`.
pub mod api {
pub use reth_node_api::*;
}
/// Re-exported from `reth_node_core`.
pub mod core {
pub use reth_node_core::*;