Function solana_runtime::snapshot_utils::verify_snapshot_archive
source · pub fn verify_snapshot_archive<P, Q, R>(
snapshot_archive: P,
snapshots_to_verify: Q,
storages_to_verify: R,
archive_format: ArchiveFormat,
verify_bank: VerifyBank
)where
P: AsRef<Path>,
Q: AsRef<Path>,
R: AsRef<Path>,