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