pub type VmBootSubstate = VmBoot;
pub enum VmBootSubstate { V1 { scrypto_version: u64, }, }
scrypto_version: u64