Module snapshot_package

Source

Structs§

AccountsPackage
SnapshotPackage

Enums§

SnapshotType
Snapshots come in two flavors, Full and Incremental. The IncrementalSnapshot has a Slot field, which is the incremental snapshot base slot.

Functions§

retain_max_n_elements
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 Aliases§

PendingAccountsPackage
The PendingAccountsPackage passes an AccountsPackage from AccountsBackgroundService to AccountsHashVerifier for hashing
PendingSnapshotPackage
The PendingSnapshotPackage passes a SnapshotPackage from AccountsHashVerifier to SnapshotPackagerService for archiving