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.
<0x02>
<"minting">
An array of evaluation strings from which to extract variable names.
An array of 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. For example,
<0x02>and<"minting">are not returned.