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.
policyModifierGeneration(Defined in: src/codeGeneration/code-modification-script.ts:62 Processes a policy configuration file and injects modifiers into matching Solidity filesconfigPath,outputFile,filePaths):void
Parameters
| Parameter | Type | Description |
|---|---|---|
configPath | string | Path to the policy JSON configuration file |
outputFile | string | The directory and name of the file to create for the modifiers |
filePaths | string[] | Array of Solidity file paths to process |
Returns
void