{
  "tcID": "INT-FDR-020",
  "tcName": "(ValueTransferMemo) InsufficientBalanceFeePayer",
  "test": [
    {
      "tx": {
        "type": "LEGACY",
        "to": "random",
        "value": "0x1",
        "gas": 1000000
      },
      "expected": {
        "status": true
      }
    },
    {
      "tx": {
        "type": "FEE_DELEGATED_VALUE_TRANSFER_MEMO_WITH_RATIO",
        "to": "0x1234567890123456789012345678901234567890",
        "feePayer": "random",
        "feePayerPrivateKey": "random.privateKey",
        "value": "0x1",
        "data": "",
        "gas": 100000,
        "feeRatio": 20
      },
      "expected": {
        "status": false,
        "errorString": "insufficient funds of the fee payer for gas * price"
      }
    }
  ]
}
