{
  "tcID": "INT-FD-036",
  "tcName": "(ValueTransferMemo) InsufficientBalanceSender",
  "test": [
    {
      "tx": {
        "type": "LEGACY",
        "to": "random",
        "value": "0x1",
        "gas": 1000000
      },
      "expected": {
        "status": true
      }
    },
    {
      "tx": {
        "type": "FEE_DELEGATED_VALUE_TRANSFER_MEMO",
        "from": "random",
        "privateKey": "random.privateKey",
        "to": "0xcab3a427f4f87cfc99d653149aa7f1cbbb9c316d",
        "data": "",
        "value": "0x10000000",
        "gas": 100000
      },
      "expected": {
        "status": false,
        "errorString": "insufficient funds of the sender for value "
      }
    }
  ]
}
