Structs§

  • This struct packages up fields to send from AccountsBackgroundService to AccountsHashVerifier
  • This struct packages up fields to send from AccountsHashVerifier to SnapshotPackagerService
  • Supplemental information needed for snapshots

Enums§

  • 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.
  • Snapshots come in two kinds, Full and Incremental. The IncrementalSnapshot has a Slot field, which is the incremental snapshot base slot.

Functions§