export_diff_snapshot

Function export_diff_snapshot 

Source
async fn export_diff_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 diff snapshot for a given epoch.