toDecCoin method

Coin toDecCoin()

Implementation

Coin toDecCoin() {
  return Coin(denom, amount);
}