toData method

Implementation

MsgSwapSendDataArgs toData() {
  return MsgSwapSendDataArgs()
    ..ask_Denom = ask_denom
    ..offer_Coin = offer_coin.toData()
    ..from_Address = from_address
    ..to_Address = to_address;
}