Trait staging_node_inspect::ChainAccess
source · pub trait ChainAccess<TBlock: Block>: HeaderBackend<TBlock> + BlockBackend<TBlock> { }
Expand description
A helper trait to access block headers and bodies.
pub trait ChainAccess<TBlock: Block>: HeaderBackend<TBlock> + BlockBackend<TBlock> { }
A helper trait to access block headers and bodies.