{
  "estimateComputationCost": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-066",
        "description": "estimateComputationCost with callObject, it should use default block tag",
        "input": {
          "callObject": {
            "from": "0x6012bc70954c050119c931e1010e6e8f9e6441fb",
            "to": "0x7e4b61c57d69aa1b90f523732b7ee29adeb1d768",
            "gas": 50000,
            "gasPrice": 2500000,
            "value": 1000,
            "data": "0x693ec85e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000096b6579537472696e670000000000000000000000000000000000000000000000"
          }
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_estimateComputationCost",
            "params": [
              {
                "from": "0x6012bc70954c050119c931e1010e6e8f9e6441fb",
                "to": "0x7e4b61c57d69aa1b90f523732b7ee29adeb1d768",
                "gas": "0xc350",
                "gasPrice": "0x2625a0",
                "value": "0x3e8",
                "data": "0x693ec85e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000096b6579537472696e670000000000000000000000000000000000000000000000"
              },
              "latest"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-067",
        "description": "estimateComputationCost with callObject and blockNumber",
        "input": {
          "callObject": {
            "from": "0x6012bc70954c050119c931e1010e6e8f9e6441fb",
            "to": "0x7e4b61c57d69aa1b90f523732b7ee29adeb1d768",
            "gas": 50000,
            "gasPrice": 2500000,
            "value": 1000,
            "data": "0x693ec85e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000096b6579537472696e670000000000000000000000000000000000000000000000"
          },
          "blockNumber": 990
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_estimateComputationCost",
            "params": [
              {
                "from": "0x6012bc70954c050119c931e1010e6e8f9e6441fb",
                "to": "0x7e4b61c57d69aa1b90f523732b7ee29adeb1d768",
                "gas": "0xc350",
                "gasPrice": "0x2625a0",
                "value": "0x3e8",
                "data": "0x693ec85e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000096b6579537472696e670000000000000000000000000000000000000000000000"
              },
              "0x3de"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-068",
        "description": "estimateComputationCost with callObject and blockTag",
        "input": {
          "callObject": {
            "from": "0x6012bc70954c050119c931e1010e6e8f9e6441fb",
            "to": "0x7e4b61c57d69aa1b90f523732b7ee29adeb1d768",
            "gas": 50000,
            "gasPrice": 2500000,
            "value": 1000,
            "data": "0x693ec85e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000096b6579537472696e670000000000000000000000000000000000000000000000"
          },
          "blockTag": "latest"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_estimateComputationCost",
            "params": [
              {
                "from": "0x6012bc70954c050119c931e1010e6e8f9e6441fb",
                "to": "0x7e4b61c57d69aa1b90f523732b7ee29adeb1d768",
                "gas": "0xc350",
                "gasPrice": "0x2625a0",
                "value": "0x3e8",
                "data": "0x693ec85e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000096b6579537472696e670000000000000000000000000000000000000000000000"
              },
              "latest"
            ]
          }
        }
      }
    ]
  }
}