Crate reth::rpc::api::servers::eth

source ·
Expand description

Reth RPC eth_ API implementation

§Feature Flags

  • client: Enables JSON-RPC client support.

Modules§

  • Additional eth_ RPC API for bundles.
  • Implementation of the [jsonrpsee] generated EthApiServer trait. Handles RPC requests for the eth_ namespace.
  • eth_ RPC API for filtering.
  • Behaviour needed to serve eth_ RPC requests, divided into general database reads and specific database access.
  • eth_ RPC API for pubsub subscription.

Traits§