{
  "tcID":"INT-FDR-045",
  "tcName":"(ValueTransfer) LowFeeRatio",
  "test":[
    {
      "tx":{
        "type":"FEE_DELEGATED_VALUE_TRANSFER_WITH_RATIO",
        "to":"random",
        "value":"0x1",
        "gas":100000,
        "feeRatio": 0
      },
      "expected":{
        "status":false,
        "errorString":"fee ratio is out of range [1, 99]"
      }
    }
  ]
}
