Crate reth_node_core::rpc::api::servers::eth

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.
  • Trait for specifying eth network dependent API types.

Traits§

Type Aliases§

  • Adapter for network specific block type.
  • Adapter for network specific receipt type.
  • Adapter for network specific transaction type.