pub struct SupplementalSnapshotInfo {
pub slot_deltas: Vec<BankSlotDelta>,
pub snapshot_links: TempDir,
pub archive_format: ArchiveFormat,
pub snapshot_version: SnapshotVersion,
pub full_snapshot_archives_dir: PathBuf,
pub incremental_snapshot_archives_dir: PathBuf,
pub epoch_accounts_hash: Option<EpochAccountsHash>,
}
Expand description
Supplemental information needed for snapshots
Fields§
§slot_deltas: Vec<BankSlotDelta>
§snapshot_links: TempDir
§archive_format: ArchiveFormat
§snapshot_version: SnapshotVersion
§full_snapshot_archives_dir: PathBuf
§incremental_snapshot_archives_dir: PathBuf
§epoch_accounts_hash: Option<EpochAccountsHash>