{
  "getTransactionReceiptBySenderTxHash": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-073",
        "description": "get transaction receipt by sender tx hash",
        "input": {
          "senderTxHash": "0xbaccc5bb497e080ea209e06862fd3846f915fb267a2f85f9ff6dc9411ce99411"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getTransactionReceiptBySenderTxHash",
            "params": [
              "0xbaccc5bb497e080ea209e06862fd3846f915fb267a2f85f9ff6dc9411ce99411"
            ]
          }
        }
      }
    ]
  }
}