pub trait FullEthApiTypes: RpcNodeCore + EthApiTypeswhere
Self::Provider: TransactionsProvider + ReceiptProvider,
Self::Pool: TransactionPool,
<Self::Pool as TransactionPool>::Transaction: PoolTransaction<Consensus = <Self::Provider as TransactionsProvider>::Transaction>,
Self::TransactionCompat: TransactionCompat<<Self::Provider as TransactionsProvider>::Transaction, Transaction = <Self::NetworkTypes as Network>::TransactionResponse, 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.