reth
reth copied to clipboard
Add docs for `EthApi`
Describe the change
Add docs for EthApiServer
trait and its helper traits. Explain how the default EthApiServer
is the l1 behaviour expected for the eth
API, and how it can be customised by overwriting only the necessary helper traits, instead of re-implementing the whole EthApiServer trait. Use OpEthApi
as example.
Additional context
No response