{
  "getBlockTransactionCountByHash": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-041",
        "description": "get block transaction count by blockHash.",
        "input": {
          "blockHash": "0x026619f2f53741252623bc301c52c6f295206065788e1bc3f635a7a3b90a7af8"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getBlockTransactionCountByHash",
            "params": [
              "0x026619f2f53741252623bc301c52c6f295206065788e1bc3f635a7a3b90a7af8"
            ]
          }
        }
      }
    ]
  }
}