Type Alias solana_runtime::snapshot_package::PendingSnapshotPackage
source · pub type PendingSnapshotPackage = Arc<Mutex<Option<SnapshotPackage>>>;
Expand description
The PendingSnapshotPackage passes a SnapshotPackage from AccountsHashVerifier to SnapshotPackagerService for archiving
Aliased Type§
struct PendingSnapshotPackage { /* private fields */ }