Trait ChainStorageReader
pub trait ChainStorageReader<Provider, Primitives>: BlockBodyReader<Provider, Block = <Primitives as NodePrimitives>::Block>where
Primitives: FullNodePrimitives,{ }
Available on crate feature
provider
only.Expand description
Trait that implements how chain-specific types are read from storage.