Git Source

struct Effect {
    bool valid;
    bool dynamicParam;
    EffectTypes effectType;
    ParamTypes pType;
    bytes param;
    bytes32 text;
    string errorMessage;
    uint256[] instructionSet;
}

Git Source

struct Effect {
    bool valid;
    bool dynamicParam;
    EffectTypes effectType;
    ParamTypes pType;
    bytes param;
    bytes32 text;
    string errorMessage;
    uint256[] instructionSet;
}