Module core
Available on crate feature
rpc
only.Expand description
Implementation of the [jsonrpsee
] generated EthApiServer
trait. Handles RPC requests for
the eth_
namespace.
Traits§
- EthApi
Client - Client implementation for the
EthApi
RPC API. - EthApi
Server - Server trait implementation for the
EthApi
RPC API. - Full
EthApi Server - Helper trait, unifies functionality that must be supported to implement all RPC methods for server.