{
  "tcID": "INT-FD-041",
  "tcName": "(AccountUpdate) SenderTxHash",
  "test": [
    {
      "tx": {
        "type": "LEGACY",
        "to": "random",
        "value": "0x100000000000000",
        "gas": 1000000
      },
      "expected": {
        "status": true
      }
    },
    {
      "tx": {
        "type": "FEE_DELEGATED_ACCOUNT_UPDATE",
        "from": "random",
        "gas": 1000000,
        "accountKey": {
          "key" : {
            "x": "0x59174be2872a3bd58d1634b1917068f69a10a6ad682776916e7d7ea40587f7c9",
            "y": "0x88c2b8e75940e6a34615e7079bf46bcb2c3a2432db4928cff8d23d38a572107c"
          },
          "keyType" : 2
        },
        "privateKey": "random.privateKey"
      },
      "expected": {
        "status": true,
        "receipt": {
          "status": true,
          "checkSenderTxHash": true
        }
      }
    }
  ]
}
