Module node
Expand description
Helper trait for interfacing with FullNodeComponents
.
Structs§
- RpcNode
Core Adapter - An adapter that allows to construct
RpcNodeCore
from components.
Traits§
- RpcNode
Core - Helper trait that provides the same interface as
FullNodeComponents
but without requiring implementation of trait bounds. - RpcNode
Core Ext - Additional components, asides the core node components, needed to run
eth_
namespace API server.