Crate reth_rpc_eth_types

source ·
Expand description

Reth RPC server types, used in server implementation of eth namespace API.

Re-exports§

Modules§

  • eth namespace API builder types.
  • Async caching support for eth RPC
  • Implementation specific Errors for the eth_ namespace.
  • Consist of types adjacent to the fee history cache and its configs
  • An implementation of the eth gas price oracle, used for providing gas price estimates based on previous blocks.
  • Helper type for reth_rpc_eth_api::EthPubSubApiServer implementation.
  • Helper functions for reth_rpc_eth_api::EthFilterApiServer implementation.
  • Helper types for reth_rpc_eth_api::EthApiServer implementation.
  • RPC receipt response builder, extends a layer one receipt with layer two data.
  • utilities for working with revm
  • Helper types for reth_rpc_eth_api::EthApiServer implementation.
  • Commonly used code snippets