Trait FullEthApiServer
pub trait FullEthApiServer:
EthApiServer<<Self::NetworkTypes as RpcTypes>::Transaction, Block<<Self::NetworkTypes as RpcTypes>::Transaction, <Self::NetworkTypes as RpcTypes>::Header>, <Self::NetworkTypes as RpcTypes>::Receipt, <Self::NetworkTypes as RpcTypes>::Header>
+ FullEthApi
+ Clone { }
Available on crate feature
rpc
only.Expand description
Helper trait, unifies functionality that must be supported to implement all RPC methods for server.
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.