{
  "tcID":"INT-API-009",
  "tcName":"klay_isHumanReadable_RPC",
  "skipJs": true,
  "test":[
    {
      "tx": {
        "type": "ACCOUNT_CREATION",
        "to": "random",
        "value": "0x1",
        "gas": 1000000,
        "accountKey": {
          "key": {},
          "keyType": 1
        }
      },
      "expected": {
        "status": true
      }
    },
    {
      "tx": {
        "type": "ACCOUNT_CREATION",
        "to": "hra.random",
        "value": "0x1",
        "gas": 4500000000,
        "accountKey": {
          "key": {},
          "keyType": 1
        }
      },
      "expected": {
        "status": true
      }
    },
    {
      "api":{
        "method":"klay_isHumanReadable",
        "params":["random", "latest"]
      },
      "expected": false
    },
    {
      "api":{
        "method":"klay_isHumanReadable",
        "params":["hra.random", "latest"]
      },
      "expected": true
    }
  ]
}
