{
  "tcID": "INT-FD-022",
  "tcName": "(SmartContractDeploy) InsufficientBalanceFeePayer",
  "test": [
    {
      "tx": {
        "type": "LEGACY",
        "to": "random",
        "value": "0x1",
        "gas": 1000000
      },
      "expected": {
        "status": true
      }
    },
    {
      "tx": {
        "type": "FEE_DELEGATED_SMART_CONTRACT_DEPLOY",
        "gas": 1000000,
        "codeFormat": 0,
        "value":"0x0",
        "feePayer": "random",
        "feePayerPrivateKey": "random.privateKey",
        "data": ""
      },
      "expected":{
        "status": false,
        "errorString": "insufficient funds of the fee payer for gas * price"
      }
    }
  ]
}
