Expand description
Re-exported from reth_rpc::eth
.
Modules§
- bundle
Eth
bundle implementation and helpers.- core
- Implementation of the [
jsonrpsee
] generatedEthApiServer
trait Handles RPC requests for theeth_
namespace. - filter
eth_
Filter
RPC handler implementation- helpers
- The entire implementation of the namespace is quite large, hence it is divided across several files.
- pubsub
eth_
PubSub
RPC handler implementation- sim_
bundle Eth
Sim bundle implementation and helpers.
Structs§
- DevSigner
- Holds developer keys
- EthApi
Eth
API implementation.- EthBundle
Eth
bundle implementation.- EthFilter
Eth
filter RPC implementation.- EthPub
Sub Eth
pubsub RPC implementation.- EthTx
Builder - Builds RPC transaction response for l1.
- Ethereum
EthApi Types - A standalone
EthApiTypes
implementation for Ethereum.
Traits§
- EthApi
Server - Server trait implementation for the
EthApi
RPC API. - EthApi
Types - Network specific
eth
API types. - Full
EthApi Server - Helper trait, unifies functionality that must be supported to implement all RPC methods for server.
- RpcNode
Core - Helper trait to relax trait bounds on
FullNodeComponents
.