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 a foreign call that can be made during rule evaluation
struct ForeignCall {
bool set;
address foreignCallAddress;
bytes4 signature;
ParamTypes returnType;
uint256 foreignCallIndex;
ParamTypes[] parameterTypes;
ForeignCallEncodedIndex[] encodedIndices;
ForeignCallEncodedIndex[] mappedTrackerKeyIndices;
bytes4 callingFunctionSelector;
}