RulesEngineStorageStructure.sol
Effect
Reference
- Forte Rules Engine
- Reference ToC
- Client
- Example
- Engine
- Table of Contents
- AccessModifiers.sol
- RulesEngineStorageStructure.sol
- facets
- RulesEngineDiamondLib.sol
- RulesEngineErrors.sol
- RulesEngineDiamond.sol
- RulesEngineStoragePositionLib.sol
- RulesEngineEvents.sol
- Utils
RulesEngineStorageStructure.sol
Effect
struct Effect {
bool valid;
bool dynamicParam;
ET effectType;
PT pType;
bytes param;
bytes32 text;
string errorMessage;
uint256[] instructionSet;
}