pub trait ChainStorageWriter<Provider, Primitives: FullNodePrimitives>: BlockBodyWriter<Provider, <Primitives::Block as Block>::Body> { }
Available on crate feature
db-api
only.Expand description
Trait that implements how chain-specific types are written to the storage.