{
  "getCouncilSize": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-054",
        "description": "get council size, this should use default blockTag.",
        "input": {},
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getCouncilSize",
            "params": [
              "latest"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-055",
        "description": "get council size with blockNumber",
        "input": {
          "blockNumber": 990
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getCouncilSize",
            "params": [
              "0x3de"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-056",
        "description": "get council size with blockTag",
        "input": {
          "blockTag": "latest"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getCouncilSize",
            "params": [
              "latest"
            ]
          }
        }
      }
    ]
  }
}