Skip to main content

import_snapshots

Function import_snapshots 

Source
pub async fn import_snapshots(
    network: NetworkName,
    snapshots: &Vec<PathBuf>,
    ledger_dir: &PathBuf,
) -> Result<(), Box<dyn Error>>