Function forest_filecoin::chain::store::chain_store::persist_objects

source ยท
pub fn persist_objects<'a, DB, C>(
    db: &DB,
    headers: impl Iterator<Item = &'a C>,
) -> Result<(), Error>
where DB: Blockstore, C: 'a + Serialize,
Expand description

Persists slice of serializable objects to blockstore.