Skip to main content

EthBlockClient

Trait EthBlockClient 

Source
pub trait EthBlockClient: BlockClient<Block = Block> { }
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".

Implementors§

Source§

impl<T> EthBlockClient for T
where T: BlockClient<Block = Block>,