Functions
policyModifierGeneration
policyModifierGeneration(
configPath
,outputFile
,filePaths
):void
Processes a policy configuration file and injects modifiers into matching Solidity files
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