MsgCreateTradeRoute constructor

const MsgCreateTradeRoute({
  1. String? authority,
  2. String? hostChainId,
  3. String? strideToRewardConnectionId,
  4. String? strideToTradeConnectionId,
  5. String? hostToRewardTransferChannelId,
  6. String? rewardToTradeTransferChannelId,
  7. String? tradeToHostTransferChannelId,
  8. String? rewardDenomOnHost,
  9. String? rewardDenomOnReward,
  10. String? rewardDenomOnTrade,
  11. String? hostDenomOnTrade,
  12. String? hostDenomOnHost,
  13. BigInt? poolId,
  14. String? maxAllowedSwapLossRate,
  15. String? minSwapAmount,
  16. String? maxSwapAmount,
  17. String? minTransferAmount,
})

Implementation

const MsgCreateTradeRoute({
  this.authority,
  this.hostChainId,
  this.strideToRewardConnectionId,
  this.strideToTradeConnectionId,
  this.hostToRewardTransferChannelId,
  this.rewardToTradeTransferChannelId,
  this.tradeToHostTransferChannelId,
  this.rewardDenomOnHost,
  this.rewardDenomOnReward,
  this.rewardDenomOnTrade,
  this.hostDenomOnTrade,
  this.hostDenomOnHost,
  this.poolId,
  this.maxAllowedSwapLossRate,
  this.minSwapAmount,
  this.maxSwapAmount,
  this.minTransferAmount,
});