You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this types needs to implement the Eth traits and all prerequisites.
this can be done incrementally, trait by trait.
at first, all traits should simply delegate to the inner type that also satisfies the trait.
The text was updated successfully, but these errors were encountered:
with #9324 we now have a op type for op specific eth API
in order to reuse this type we need this type to be
FullEthApi
:reth/crates/rpc/rpc-eth-api/src/helpers/mod.rs
Lines 49 to 53 in b2bbd00
this types needs to implement the Eth traits and all prerequisites.
this can be done incrementally, trait by trait.
at first, all traits should simply delegate to the inner type that also satisfies the trait.
The text was updated successfully, but these errors were encountered: