Function forest_filecoin::tool::offline_server::server::handle_snapshots

source ยท
async fn handle_snapshots(
    snapshot_files: Vec<PathBuf>,
    chain: &NetworkChain,
    auto_download_snapshot: bool,
    genesis: Option<PathBuf>,
) -> Result<Vec<PathBuf>>