VersionInfo is the per-runtime version information.

interface RegistryVersionInfo {
    bundle_checksum?: Uint8Array;
    tee?: Uint8Array;
    valid_from: longnum;
    version: Version;
}

Properties

bundle_checksum?: Uint8Array

BundleChecksum is the SHA256 hash of the runtime bundle (optional).

tee?: Uint8Array

TEE is the enclave version information, in an enclave provider specific format if any.

valid_from: longnum

ValidFrom stores the epoch at which, this version is valid.

version: Version

Version of the runtime.