Struct solana_runtime::snapshot_package::SnapshotPackage
source · pub struct SnapshotPackage {
pub snapshot_archive_info: SnapshotArchiveInfo,
pub block_height: Slot,
pub slot_deltas: Vec<BankSlotDelta>,
pub snapshot_links: TempDir,
pub snapshot_storages: SnapshotStorages,
pub snapshot_version: SnapshotVersion,
pub snapshot_type: SnapshotType,
}
Fields§
§snapshot_archive_info: SnapshotArchiveInfo
§block_height: Slot
§slot_deltas: Vec<BankSlotDelta>
§snapshot_links: TempDir
§snapshot_storages: SnapshotStorages
§snapshot_version: SnapshotVersion
§snapshot_type: SnapshotType
Trait Implementations§
source§impl From<AccountsPackage> for SnapshotPackage
impl From<AccountsPackage> for SnapshotPackage
source§fn from(accounts_package: AccountsPackage) -> Self
fn from(accounts_package: AccountsPackage) -> Self
Converts to this type from the input type.