Git Source
struct RawData {
    uint256[] instructionSetIndex;
    ParamTypes[] argumentTypes;
    bytes[] dataValues;
}