Trait node_inspect::ChainAccess[][src]

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

A helper trait to access block headers and bodies.

Implementors

impl<T, TBlock> ChainAccess<TBlock> for T where
    TBlock: Block,
    T: HeaderBackend<TBlock> + BlockBackend<TBlock>, 
[src]

Loading content...