BlessAlternativeGuestOsVersion
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:64
Declares an approved set of alternative replica virtual machine software for disaster recovery purposes.
Properties
Section titled “Properties”base_guest_launch_measurements
Section titled “base_guest_launch_measurements”base_guest_launch_measurements: [] | [
GuestLaunchMeasurements]
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:81
The version being replaced by this (alternative version) must match this field (or one of the possibilities therein).
(Here, we refer to the version being replaced as the “base” version.)
chip_ids
Section titled “chip_ids”chip_ids: [] | [
Uint8Array<ArrayBufferLike>[]]
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:74
AMD Secure Processor chip IDs that are allowed to run this software. Each chip ID must be exactly 64 bytes.
rootfs_hash
Section titled “rootfs_hash”rootfs_hash: [] | [
string]
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:69
Hexadecimal fingerprint of the recovery rootfs. Must contain only hexadecimal characters (0-9, A-F, a-f).