Crate solana_download_utils

Source

Structs§

DownloadProgressRecord
Structure modeling information about download progress

Functions§

download_file
This callback allows the caller to get notified of the download progress modelled by DownloadProgressRecord Return “true” to continue the download Return “false” to abort the download
download_genesis_if_missing
download_snapshot_archive
Download a snapshot archive from rpc_addr. Use snapshot_type to specify downloading either a full snapshot or an incremental snapshot.