Trait node_inspect::ChainAccess[][src]

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

A helper trait to access block headers and bodies.

Implementors