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