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 Policy Storage Structure
struct Policy {
    mapping(bytes4 => uint256[]) callingFunctionsToRuleIds;
    bytes4[] callingFunctions;
    PolicyType policyType;
    bool cemented;
    mapping(address => bool) closedPolicySubscribers;
}