reth::rpc

Module eth

source
Expand description

Re-exported from reth_rpc::eth.

Modules§

  • Eth bundle implementation and helpers.
  • Implementation of the [jsonrpsee] generated EthApiServer trait Handles RPC requests for the eth_ namespace.
  • eth_ Filter RPC handler implementation
  • The entire implementation of the namespace is quite large, hence it is divided across several files.
  • eth_ PubSub RPC handler implementation
  • Eth Sim bundle implementation and helpers.

Structs§

Traits§

  • Server trait implementation for the EthApi RPC API.