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