Module solana_runtime::snapshot_utils [−][src]
Structs
SlotSnapshotPaths |
Enums
SnapshotError | |
SnapshotVersion |
Constants
MAX_SNAPSHOTS | |
SNAPSHOT_STATUS_CACHE_FILE_NAME | |
TAR_ACCOUNTS_DIR | |
TAR_SNAPSHOTS_DIR | |
TAR_VERSION_FILE |
Functions
add_snapshot | |
archive_snapshot_package | |
bank_from_archive | |
bank_to_snapshot_archive | Convenience function to create a snapshot archive out of any Bank, regardless of state. The Bank will be frozen during the process. |
deserialize_snapshot_data_file | |
get_highest_snapshot_archive_path | |
get_snapshot_archive_path | |
get_snapshot_archives | |
get_snapshot_paths | |
package_snapshot | |
process_accounts_package_pre | |
purge_old_snapshot_archives | |
purge_old_snapshots | |
remove_snapshot | |
remove_tmp_snapshot_archives | |
serialize_snapshot_data_file | |
snapshot_bank | |
untar_snapshot_in | |
verify_snapshot_archive |
Type Definitions
Result |