{
  "_format": "hh-sol-artifact-1",
  "contractName": "IWitnetRequestBoardReporter",
  "sourceName": "witnet-solidity-bridge/contracts/interfaces/IWitnetRequestBoardReporter.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "queryId",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "string",
          "name": "reason",
          "type": "string"
        }
      ],
      "name": "BatchReportError",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_queryId",
          "type": "uint256"
        },
        {
          "internalType": "bytes32",
          "name": "_drTxHash",
          "type": "bytes32"
        },
        {
          "internalType": "bytes",
          "name": "_result",
          "type": "bytes"
        }
      ],
      "name": "reportResult",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_queryId",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "_timestamp",
          "type": "uint256"
        },
        {
          "internalType": "bytes32",
          "name": "_drTxHash",
          "type": "bytes32"
        },
        {
          "internalType": "bytes",
          "name": "_result",
          "type": "bytes"
        }
      ],
      "name": "reportResult",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "queryId",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "timestamp",
              "type": "uint256"
            },
            {
              "internalType": "bytes32",
              "name": "drTxHash",
              "type": "bytes32"
            },
            {
              "internalType": "bytes",
              "name": "cborBytes",
              "type": "bytes"
            }
          ],
          "internalType": "struct IWitnetRequestBoardReporter.BatchResult[]",
          "name": "_batchResults",
          "type": "tuple[]"
        },
        {
          "internalType": "bool",
          "name": "_verbose",
          "type": "bool"
        }
      ],
      "name": "reportResultBatch",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
