Type alias AuthenticationVirtualMachineIdentifier
AuthenticationVirtualMachineIdentifier: "BCH_2020_05" | "BCH_2021_05" | "BCH_2022_05" | "BCH_2023_05" | "BCH_SPEC" | "BSV_2020_02" | "BSV_SPEC" | "BTC_2017_08" | "BTC_SPEC" | "XEC_2020_05" | "XEC_SPEC"
Allowable identifiers for authentication virtual machine versions. The
BCHprefix identifies the Bitcoin Cash network, theXECprefix identifies the eCash network, theBSVprefix identifies the Bitcoin SV network, and theBTCprefix identifies the Bitcoin Core network. VM versions are named according to the date they were deployed on the indicated network.For each network prefix, a
_SPECVM version is reserved to indicate that the template requires a custom, not-yet-deployed VM version (e.g. one or more CHIPs). By convention, templates marked for_SPECVMs should indicate their requirements in the template description. After deployment of the_SPECVM, when template compatibility is verified, the template'ssupportedarray should be updated to indicate compatibility with the live VM version.