getGasPriceForDenom method

Future<double> getGasPriceForDenom(
  1. String feeDenom
)

Implementation

Future<double> getGasPriceForDenom(String feeDenom) async {
  return CoinGasPrices.getGasPriceForDenom(feeDenom, await getGasPrices());
}