{
  "getTransactionReceipt": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-072",
        "description": "get transaction receipt by hash",
        "input": {
          "hash": "0xf563f73ef5b005323a85982ec7d154d078cd507d9c9a2918de38f3ad44316731"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getTransactionReceipt",
            "params": [
              "0xf563f73ef5b005323a85982ec7d154d078cd507d9c9a2918de38f3ad44316731"
            ]
          }
        }
      }
    ]
  }
}