fromData static method

MsgSwapSend fromData(
  1. MsgSwapSendDataArgs data
)

Implementation

static MsgSwapSend fromData(MsgSwapSendDataArgs data) {
  return MsgSwapSend(data.from_Address!, data.to_Address!,
      Coin.fromData(data.offer_Coin!), data.ask_Denom!);
}