menu
terra_sdk package
documentation
Core/fee.dart
Fee
Fee constructor
Fee constructor
dark_mode
light_mode
Fee
constructor
Fee
(
double
gas_limit
,
List
<
Coin
>
amount
, {
String
?
payer
=
""
,
String
?
granter
=
""
,
})
Implementation
Fee(this.gas_limit, this.amount, {this.payer = "", this.granter = ""});
terra_sdk package
documentation
Core/fee
Fee
Fee constructor
Fee class