Function solana_runtime::snapshot_utils::parse_full_snapshot_archive_filename [−][src]
pub fn parse_full_snapshot_archive_filename(
archive_filename: &str
) -> Result<(Slot, Hash, ArchiveFormat)>
Expand description
Parse a full snapshot archive filename into its Slot, Hash, and Archive Format