{
  "tcID":"INT-API-003",
  "tcName":"klay_getAccount_RPC",
  "test":[
    {
      "tx": {
        "type":"LEGACY",
        "to": "random",
        "value": "0x1",
        "gas": 1000000
      },
      "expected": {
        "status": true
      }
    },
    {
      "api":{
        "method":"klay_getAccount",
        "params":["random", "latest"]
      },
      "expected": {
        "accType": 1,
        "account": {
          "nonce": 0,
          "balance": "0x1",
          "humanReadable": false,
          "key": {
            "keyType": 1,
            "key": {}
          }
        }
      }
    }
  ]
}
