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

    Function extractVariablesFromEvaluations

    • Extracts unique variable identifiers enclosed in angle brackets from each evaluation string.

      CashAssembly literal tokens such as hex bytes, numbers, and quoted strings are excluded. For example, <0x02> and <"minting"> are not returned.

      Parameters

      • evaluations: string[]

        An array of evaluation strings from which to extract variable names.

      Returns string[]

      An array of variable names