MsgSwapAminoArgs constructor

MsgSwapAminoArgs(
  1. MsgSwapValueAminoArgs value
)

Implementation

MsgSwapAminoArgs(this.value) {
  type = MarketConstants.TERRA_MARKET_MSGSWAP;
}