Module core

Module core 

Source
Available on crate feature rpc only.
Expand description

Implementation of the [jsonrpsee] generated EthApiServer trait Handles RPC requests for the eth_ namespace.

Structs§

EthApi
Eth API implementation.
EthApiInner
Container type EthApi

Type Aliases§

EthApiBuilderFor
Helper type alias for EthApi with components from the given FullNodeComponents.
EthApiFor
Helper type alias for EthApi with components from the given FullNodeComponents.
EthRpcConverterFor
Helper type alias for RpcConverter with components from the given FullNodeComponents.