MsgSwapSend constructor

MsgSwapSend(
  1. String from_address,
  2. String to_address,
  3. Coin offer_coin,
  4. String ask_denom,
)

Implementation

MsgSwapSend(
    this.from_address, this.to_address, this.offer_coin, this.ask_denom);