Module solana_runtime::snapshot_package
source · [−]Structs
Enums
Snapshots come in two flavors, Full and Incremental. The IncrementalSnapshot has a Slot field,
which is the incremental snapshot base slot.
Functions
Helper function to retain only max n of elements to the right of a vector,
viz. remove v.len() - n elements from the left of the vector.
Type Definitions
The PendingAccountsPackage passes an AccountsPackage from AccountsBackgroundService to
AccountsHashVerifier for hashing
The PendingSnapshotPackage passes a SnapshotPackage from AccountsHashVerifier to
SnapshotPackagerService for archiving