{
  "tcID": "INT-API-035",
  "tcName": "klay_sendRawTransaction_RPC",
  "test": [
    {
      "tx": {
        "type": "LEGACY",
        "to": "random",
        "value": "0x5000000000000",
        "gas": 100000
      },
      "expected": {
        "status": true
      }
    },
    {
      "api": {
        "method": "klay_sendRawTransaction",
        "preSigned": {
          "tx": {
            "from": "random",
            "privateKey": "random.privateKey",
            "type": "VALUE_TRANSFER",
            "to": "0x18fd72128ae95d0c72dc1301db27371cb22cd004",
            "value": "0x1",
            "gas": 21000
          }
        },
        "params": ["rawTransaction"]
      }
    }
  ]
}
