ProtocolApplicationHandlerCommon.sol
ProtocolApplicationHandlerCommon
Inherits: IInputErrors
Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett, @mpetersoCode55, @VoR0220
This contract is the permissions contract
This contains common functions for the protocol application handler
State Variables
lastPossibleAction
Functions
validateRuleInputFull
The actions and ruleIds lists must be the same length and at least one action must be present
Validate the full atomic rule setter function parameters
Parameters
Name | Type | Description |
---|---|---|
_actions | ActionTypes[] | list of applicable actions |
_ruleIds | uint32[] | list of ruleIds for each action |