toData method

FeeDataArgs toData()

Implementation

FeeDataArgs toData() {
  return FeeDataArgs()
    ..gas_Limit = gas_limit.toString()
    ..amount = CoinsExtensions.toData(amount)
    ..payer = payer
    ..granter = granter;
}