FullEthApiTypes

Trait FullEthApiTypes 

pub trait FullEthApiTypes: RpcNodeCore + EthApiTypes
where Self::NetworkTypes: RpcTypes, <Self::NetworkTypes as RpcTypes>::TransactionRequest: SignableTxRequest<<Self::Provider as TransactionsProvider>::Transaction>, Self::RpcConvert: RpcConvert<Primitives = Self::Primitives, Network = Self::NetworkTypes, Error = Self::Error>,
{ }
Expand description

Helper trait holds necessary trait bounds on EthApiTypes to implement eth API.

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.

Implementors§