MsgSwapSendAminoArgs constructor

MsgSwapSendAminoArgs(
  1. MsgSwapSendValueAminoArgs value
)

Implementation

MsgSwapSendAminoArgs(this.value) {
  type = MarketConstants.TERRA_MARKET_MSGSWAP_SEND;
}