pub trait ChainAccess<TBlock: Block>: HeaderBackend<TBlock> + BlockBackend<TBlock> { }
Expand description

A helper trait to access block headers and bodies.

Implementors§

source§

impl<T, TBlock> ChainAccess<TBlock> for Twhere TBlock: Block, T: HeaderBackend<TBlock> + BlockBackend<TBlock>,