MsgSwap constructor

MsgSwap(
  1. String trader,
  2. Coin offer_coin,
  3. String ask_denom
)

Implementation

MsgSwap(this.trader, this.offer_coin, this.ask_denom);