async fn export_lite_snapshot(
store: Arc<impl Blockstore + Send + Sync + 'static>,
root: Tipset,
network: &str,
genesis_timestamp: u64,
epoch: i64,
) -> Result<PathBuf>Expand description
Given a block store, export a lite snapshot for a given epoch.