MsgCreateTradeRoute constructor
const
MsgCreateTradeRoute({
- String? authority,
- String? hostChainId,
- String? strideToRewardConnectionId,
- String? strideToTradeConnectionId,
- String? hostToRewardTransferChannelId,
- String? rewardToTradeTransferChannelId,
- String? tradeToHostTransferChannelId,
- String? rewardDenomOnHost,
- String? rewardDenomOnReward,
- String? rewardDenomOnTrade,
- String? hostDenomOnTrade,
- String? hostDenomOnHost,
- BigInt? poolId,
- String? maxAllowedSwapLossRate,
- String? minSwapAmount,
- String? maxSwapAmount,
- 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,
});