pub trait EthBlockClient: BlockClient<Block = Block<EthereumTxEnvelope<TxEip4844>>> { }Available on crate feature
network only.Expand description
The BlockClient providing Ethereum block parts.
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.