{
  "newFilter": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-094",
        "description": "create a filter with filter option",
        "input": {
          "filterOption": {
            "fromBlock": 0,
            "toBlock": 990,
            "address": [
              "0x8bb84569a709fadeb2e94e5fdf9e4b9f6de97da1",
              "0xb67098426cc415991b71fd073a5a3f79c5866dbe"
            ]
          }
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_newFilter",
            "params": [
              {
                "fromBlock": "0x0",
                "toBlock": "0x3de",
                "address": [
                  "0x8bb84569a709fadeb2e94e5fdf9e4b9f6de97da1",
                  "0xb67098426cc415991b71fd073a5a3f79c5866dbe"
                ]
              }
            ]
          }
        }
      }
    ]
  }
}