{
  "tcID":"INT-FDR-052",
  "tcName":"(ValueTransferMemo) HighFeeRatio",
  "test":[
    {
      "tx":{
        "type":"FEE_DELEGATED_VALUE_TRANSFER_MEMO_WITH_RATIO",
        "to":"0x1234567890123456789012345678901234567890",
        "value":"0x10",
        "gas":100000,
        "data":"",
        "feeRatio": 100
      },
      "expected":{
        "status":false,
        "errorString":"fee ratio is out of range [1, 99]"
      }
    }
  ]
}
