pub trait FullEthApi:
FullEthApiTypes
+ EthApiSpec
+ EthTransactions
+ EthBlocks
+ EthState
+ EthCall
+ EthFees
+ Trace
+ LoadReceipt { }
Expand description
Helper trait to unify all eth
rpc server building block traits, for simplicity.
This trait is automatically implemented for any type that implements all the Eth
traits.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.