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