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