reth::providers

Trait ChainStorageReader

pub trait ChainStorageReader<Provider, Primitives>: BlockBodyReader<Provider, Block = <Primitives as NodePrimitives>::Block>
where Primitives: FullNodePrimitives,
{ }
Expand description

Trait that implements how chain-specific types are read from storage.

Implementors§

§

impl<T, Provider, Primitives> ChainStorageReader<Provider, Primitives> for T
where Primitives: FullNodePrimitives, T: BlockBodyReader<Provider, Block = <Primitives as NodePrimitives>::Block>,