mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(node-api): move FullNodeComponents from builder (#7597)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user