Fee constructor

Fee(
  1. double gas_limit,
  2. List<Coin> amount, {
  3. String? payer = "",
  4. String? granter = "",
})

Implementation

Fee(this.gas_limit, this.amount, {this.payer = "", this.granter = ""});