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 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;
    uint8 flags;
}