Module reth::rpc::api::servers::eth::core

source ·
Expand description

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

Traits§

  • Client implementation for the EthApi RPC API.
  • Server trait implementation for the EthApi RPC API.
  • Helper trait, unifies functionality that must be supported to implement all RPC methods for server.