pub trait ChainStorageReader<Provider, Primitives: FullNodePrimitives>: 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.