Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt

Use this file to discover all available pages before exploring further.

Git Source Structure used to hold the tracker arguments. TrackerValuePositions array is the key for the tracker value mapping positions Trackers must be initialized with a starting value and are updated outside of the run function. Therefore must have their own persistent storage for setting and getting of tracker values
struct Trackers {
    bool set;
    ParamTypes pType;
    bool mapped;
    ParamTypes trackerKeyType;
    bytes trackerValue;
    uint256 trackerIndex;
}