Git Source
Structure used to represent the placeholders in the rule instruction set provides the information needed to fill them in with values at run time.
struct Placeholder { ParamTypes pType; uint128 typeSpecificIndex; bool trackerValue; bool foreignCall; }