@xo-cash/utils
    Preparing search index...

    Variable bchVmVersionSchemaConst

    bchVmVersionSchema: ZodEnum<{}> = ...

    Validation schema for a BCH VM version identifier. Defines the set of known BCH VM versions that XO templates declare support for.

    Uses BchVmVersions from @xo-cash/types so template validation stays aligned with the BchVmVersion type.

    {
    "supported": [ "BCH_2025_05" ] ← each value
    }