Git Source

struct RawData {
    uint256[] instructionSetIndex;
    PT[] argumentTypes;
    bytes[] dataValues;
}