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§

EthApiClient
Client implementation for the EthApi RPC API.
EthApiServer
Server trait implementation for the EthApi RPC API.
FullEthApiServer
Helper trait, unifies functionality that must be supported to implement all RPC methods for server.