toData method

CoinDataArgs toData()

Implementation

CoinDataArgs toData() {
  return CoinDataArgs()
    ..denom = denom
    ..amount = amount;
}