reth_storage_api

Trait ChainStorageWriter

Source
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.

Implementors§

Source§

impl<T, Provider, Primitives: FullNodePrimitives> ChainStorageWriter<Provider, Primitives> for T
where T: BlockBodyWriter<Provider, <Primitives::Block as Block>::Body>,