Copy
Ask AI
struct Effect {
bool valid;
bool dynamicParam;
EffectTypes effectType;
ParamTypes pType;
bytes param;
bytes32 text;
string errorMessage;
uint256[] instructionSet;
}
v0.5.0
struct Effect {
bool valid;
bool dynamicParam;
EffectTypes effectType;
ParamTypes pType;
bytes param;
bytes32 text;
string errorMessage;
uint256[] instructionSet;
}