menu
terra_sdk package
documentation
Core/fee.dart
Fee
gasPrices method
gasPrices method
dark_mode
light_mode
gasPrices
method
List
<
Coin
>
gasPrices
(
)
Implementation
List<Coin> gasPrices() { return amount.map((w) => w.toDecCoin().div(gas_limit)).toList(); }
terra_sdk package
documentation
Core/fee
Fee
gasPrices method
Fee class