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.
Type Definitions
The receiver side of the AccountsPackage channel, used by AccountsHashVerifier
The error type when sending an AccountsPackage over the channel fails
The sender side of the AccountsPackage channel, used by AccountsBackgroundService
The PendingSnapshotPackage passes a SnapshotPackage from AccountsHashVerifier to
SnapshotPackagerService for archiving