gasPrices method

List<Coin> gasPrices()

Implementation

List<Coin> gasPrices() {
  return amount.map((w) => w.toDecCoin().div(gas_limit)).toList();
}