Expand description
Re-exported from reth_rpc::eth.
Modules§
- builder
EthApiBuilderimplementation- bundle
Ethbundle implementation and helpers.- core
- Implementation of the [
jsonrpsee] generatedEthApiServertrait Handles RPC requests for theeth_namespace. - filter
eth_FilterRPC handler implementation- helpers
- The entire implementation of the namespace is quite large, hence it is divided across several files.
- pubsub
eth_PubSubRPC handler implementation- sim_
bundle EthSim bundle implementation and helpers.
Structs§
- DevSigner
- Holds developer keys
- EthApi
EthAPI implementation.- EthApi
Builder - A helper to build the
EthApihandler instance. - EthBundle
Ethbundle implementation.- EthFilter
Ethfilter RPC implementation.- EthPub
Sub Ethpubsub RPC implementation.- EthTx
Builder - Builds RPC transaction response for l1.
- Ethereum
EthApi Types - A standalone
EthApiTypesimplementation for Ethereum.
Traits§
- EthApi
Server - Server trait implementation for the
EthApiRPC API. - EthApi
Types - Network specific
ethAPI 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.