Crate solana_download_utils
source ·Structs
- Structure modeling information about download progress
Functions
- 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 a snapshot archive from
rpc_addr
. Usesnapshot_type
to specify downloading either a full snapshot or an incremental snapshot.