{
  "tcID": "INT-API-051",
  "tcName": "klay_newpendingtransactionfilter_RPC",
  "test": [
    {
      "api": {
        "method": "klay_newPendingTransactionFilter",
        "params": []
      }
    },
    {
      "tx":{
        "type":"VALUE_TRANSFER",
        "to":"0xc278901c802e1ce870fdaee913edc318b5f9ebc8",
        "value":"0x1",
        "gas":21000
      },
      "expected":{
        "status":true
      }
    },
    {
      "api": {
        "method": "klay_getFilterChanges",
        "params": ["filterId"]
      }
    }
  ]
}
