pub(crate) async fn init_finalized_blocks_archive<TContext>(
context: &TContext,
partition_prefix: &str,
page_cache: CacheRef,
) -> Result<Archive<TContext, Digest, Block>, Error>Expand description
Initialize the finalized blocks archive with the standard format.