{
  "getBlockTransactionCountByNumber": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-039",
        "description": "get block transaction count by number with block number.",
        "input": {
          "blockNumber": 990
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getBlockTransactionCountByNumber",
            "params": [
              "0x3de"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-040",
        "description": "get block transaction count by number with block tag.",
        "input": {
          "blockTag": "latest"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getBlockTransactionCountByNumber",
            "params": [
              "latest"
            ]
          }
        }
      }
    ]
  }
}