Structs§
- Accounts
Package - This struct packages up fields to send from AccountsBackgroundService to AccountsHashVerifier
- Snapshot
Package - This struct packages up fields to send from AccountsHashVerifier to SnapshotPackagerService
- Supplemental
Snapshot Info - Supplemental information needed for snapshots
Enums§
- Accounts
Package Kind - Accounts packages are sent to the Accounts Hash Verifier for processing. There are multiple types of accounts packages, which are specified as variants in this enum. All accounts packages do share some processing: such as calculating the accounts hash.
- Snapshot
Kind - Snapshots come in two kinds, Full and Incremental. The IncrementalSnapshot has a Slot field, which is the incremental snapshot base slot.
Functions§
- cmp_
accounts_ package_ kinds_ by_ priority - Compare accounts package kinds by priority
- cmp_
accounts_ packages_ by_ priority - Compare accounts packages by priority; first by type, then by slot
- cmp_
snapshot_ kinds_ by_ priority - Compare snapshot kinds by priority
- cmp_
snapshot_ packages_ by_ priority - Compare snapshot packages by priority; first by type, then by slot