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 via
CASHASSEMBLY_LITERAL_TOKEN_PATTERN. For example, <0x02> and <"minting"> are not returned.
Parameters
evaluations: string[]
An array of evaluation strings from which to extract variable names.
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 via CASHASSEMBLY_LITERAL_TOKEN_PATTERN. For example,
<0x02>and<"minting">are not returned.