Expand description
Builder support for rpc components.
Structs§
- Contains the handles to the spawned RPC servers.
- Node add-ons containing RPC server configuration, with customizable eth API handler.
- Handle to the launched RPC servers.
- Contains hooks that are called during the rpc setup.
- Helper wrapper type to encapsulate the
RpcRegistryInner
over components trait.
Traits§
- A type that knows how to build the engine validator.
- A
EthApi
that knows how to build itself fromEthApiBuilderCtx
. - Event hook that is called when the rpc server is started.
- Event hook that is called once the rpc server is started.
- Helper trait implemented for add-ons producing
RpcHandle
. Used by common node launcher implementations.