Versions in this module Expand all Collapse all v0 v0.16.15 Jul 20, 2023 v0.0.1 Jul 20, 2023 Changes in this version + var ErrIntOverflowInstantiateMsg = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowModuleQueryMsg = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowModuleSudoMsg = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowPoolQueryMsg = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthInstantiateMsg = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthModuleQueryMsg = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthModuleSudoMsg = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthPoolQueryMsg = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupInstantiateMsg = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupModuleQueryMsg = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupModuleSudoMsg = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupPoolQueryMsg = fmt.Errorf("proto: unexpected end of group") + type CalcInAmtGivenOut struct + SwapFee github_com_cosmos_cosmos_sdk_types.Dec + TokenInDenom string + TokenOut types.Coin + func (*CalcInAmtGivenOut) Descriptor() ([]byte, []int) + func (*CalcInAmtGivenOut) ProtoMessage() + func (m *CalcInAmtGivenOut) GetTokenInDenom() string + func (m *CalcInAmtGivenOut) GetTokenOut() types.Coin + func (m *CalcInAmtGivenOut) Marshal() (dAtA []byte, err error) + func (m *CalcInAmtGivenOut) MarshalTo(dAtA []byte) (int, error) + func (m *CalcInAmtGivenOut) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CalcInAmtGivenOut) Reset() + func (m *CalcInAmtGivenOut) Size() (n int) + func (m *CalcInAmtGivenOut) String() string + func (m *CalcInAmtGivenOut) Unmarshal(dAtA []byte) error + func (m *CalcInAmtGivenOut) XXX_DiscardUnknown() + func (m *CalcInAmtGivenOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CalcInAmtGivenOut) XXX_Merge(src proto.Message) + func (m *CalcInAmtGivenOut) XXX_Size() int + func (m *CalcInAmtGivenOut) XXX_Unmarshal(b []byte) error + type CalcInAmtGivenOutRequest struct + CalcInAmtGivenOut CalcInAmtGivenOut + func NewCalcInAmtGivenOutRequest(tokenInDenom string, tokenOut sdk.Coin, swapFee sdk.Dec) CalcInAmtGivenOutRequest + func (*CalcInAmtGivenOutRequest) Descriptor() ([]byte, []int) + func (*CalcInAmtGivenOutRequest) ProtoMessage() + func (m *CalcInAmtGivenOutRequest) GetCalcInAmtGivenOut() CalcInAmtGivenOut + func (m *CalcInAmtGivenOutRequest) Marshal() (dAtA []byte, err error) + func (m *CalcInAmtGivenOutRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CalcInAmtGivenOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CalcInAmtGivenOutRequest) Reset() + func (m *CalcInAmtGivenOutRequest) Size() (n int) + func (m *CalcInAmtGivenOutRequest) String() string + func (m *CalcInAmtGivenOutRequest) Unmarshal(dAtA []byte) error + func (m *CalcInAmtGivenOutRequest) XXX_DiscardUnknown() + func (m *CalcInAmtGivenOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CalcInAmtGivenOutRequest) XXX_Merge(src proto.Message) + func (m *CalcInAmtGivenOutRequest) XXX_Size() int + func (m *CalcInAmtGivenOutRequest) XXX_Unmarshal(b []byte) error + type CalcInAmtGivenOutResponse struct + TokenIn types.Coin + func (*CalcInAmtGivenOutResponse) Descriptor() ([]byte, []int) + func (*CalcInAmtGivenOutResponse) ProtoMessage() + func (m *CalcInAmtGivenOutResponse) GetTokenIn() types.Coin + func (m *CalcInAmtGivenOutResponse) Marshal() (dAtA []byte, err error) + func (m *CalcInAmtGivenOutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CalcInAmtGivenOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CalcInAmtGivenOutResponse) Reset() + func (m *CalcInAmtGivenOutResponse) Size() (n int) + func (m *CalcInAmtGivenOutResponse) String() string + func (m *CalcInAmtGivenOutResponse) Unmarshal(dAtA []byte) error + func (m *CalcInAmtGivenOutResponse) XXX_DiscardUnknown() + func (m *CalcInAmtGivenOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CalcInAmtGivenOutResponse) XXX_Merge(src proto.Message) + func (m *CalcInAmtGivenOutResponse) XXX_Size() int + func (m *CalcInAmtGivenOutResponse) XXX_Unmarshal(b []byte) error + type CalcOutAmtGivenIn struct + SwapFee github_com_cosmos_cosmos_sdk_types.Dec + TokenIn types.Coin + TokenOutDenom string + func (*CalcOutAmtGivenIn) Descriptor() ([]byte, []int) + func (*CalcOutAmtGivenIn) ProtoMessage() + func (m *CalcOutAmtGivenIn) GetTokenIn() types.Coin + func (m *CalcOutAmtGivenIn) GetTokenOutDenom() string + func (m *CalcOutAmtGivenIn) Marshal() (dAtA []byte, err error) + func (m *CalcOutAmtGivenIn) MarshalTo(dAtA []byte) (int, error) + func (m *CalcOutAmtGivenIn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CalcOutAmtGivenIn) Reset() + func (m *CalcOutAmtGivenIn) Size() (n int) + func (m *CalcOutAmtGivenIn) String() string + func (m *CalcOutAmtGivenIn) Unmarshal(dAtA []byte) error + func (m *CalcOutAmtGivenIn) XXX_DiscardUnknown() + func (m *CalcOutAmtGivenIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CalcOutAmtGivenIn) XXX_Merge(src proto.Message) + func (m *CalcOutAmtGivenIn) XXX_Size() int + func (m *CalcOutAmtGivenIn) XXX_Unmarshal(b []byte) error + type CalcOutAmtGivenInRequest struct + CalcOutAmtGivenIn CalcOutAmtGivenIn + func NewCalcOutAmtGivenInRequest(tokenIn sdk.Coin, tokenOutDenom string, swapFee sdk.Dec) CalcOutAmtGivenInRequest + func (*CalcOutAmtGivenInRequest) Descriptor() ([]byte, []int) + func (*CalcOutAmtGivenInRequest) ProtoMessage() + func (m *CalcOutAmtGivenInRequest) GetCalcOutAmtGivenIn() CalcOutAmtGivenIn + func (m *CalcOutAmtGivenInRequest) Marshal() (dAtA []byte, err error) + func (m *CalcOutAmtGivenInRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CalcOutAmtGivenInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CalcOutAmtGivenInRequest) Reset() + func (m *CalcOutAmtGivenInRequest) Size() (n int) + func (m *CalcOutAmtGivenInRequest) String() string + func (m *CalcOutAmtGivenInRequest) Unmarshal(dAtA []byte) error + func (m *CalcOutAmtGivenInRequest) XXX_DiscardUnknown() + func (m *CalcOutAmtGivenInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CalcOutAmtGivenInRequest) XXX_Merge(src proto.Message) + func (m *CalcOutAmtGivenInRequest) XXX_Size() int + func (m *CalcOutAmtGivenInRequest) XXX_Unmarshal(b []byte) error + type CalcOutAmtGivenInResponse struct + TokenOut types.Coin + func (*CalcOutAmtGivenInResponse) Descriptor() ([]byte, []int) + func (*CalcOutAmtGivenInResponse) ProtoMessage() + func (m *CalcOutAmtGivenInResponse) GetTokenOut() types.Coin + func (m *CalcOutAmtGivenInResponse) Marshal() (dAtA []byte, err error) + func (m *CalcOutAmtGivenInResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CalcOutAmtGivenInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CalcOutAmtGivenInResponse) Reset() + func (m *CalcOutAmtGivenInResponse) Size() (n int) + func (m *CalcOutAmtGivenInResponse) String() string + func (m *CalcOutAmtGivenInResponse) Unmarshal(dAtA []byte) error + func (m *CalcOutAmtGivenInResponse) XXX_DiscardUnknown() + func (m *CalcOutAmtGivenInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CalcOutAmtGivenInResponse) XXX_Merge(src proto.Message) + func (m *CalcOutAmtGivenInResponse) XXX_Size() int + func (m *CalcOutAmtGivenInResponse) XXX_Unmarshal(b []byte) error + type EmptyStruct struct + func (*EmptyStruct) Descriptor() ([]byte, []int) + func (*EmptyStruct) ProtoMessage() + func (m *EmptyStruct) Marshal() (dAtA []byte, err error) + func (m *EmptyStruct) MarshalTo(dAtA []byte) (int, error) + func (m *EmptyStruct) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EmptyStruct) Reset() + func (m *EmptyStruct) Size() (n int) + func (m *EmptyStruct) String() string + func (m *EmptyStruct) Unmarshal(dAtA []byte) error + func (m *EmptyStruct) XXX_DiscardUnknown() + func (m *EmptyStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EmptyStruct) XXX_Merge(src proto.Message) + func (m *EmptyStruct) XXX_Size() int + func (m *EmptyStruct) XXX_Unmarshal(b []byte) error + type GetSwapFeeQueryMsg struct + GetSwapFee EmptyStruct + func (*GetSwapFeeQueryMsg) Descriptor() ([]byte, []int) + func (*GetSwapFeeQueryMsg) ProtoMessage() + func (m *GetSwapFeeQueryMsg) GetGetSwapFee() EmptyStruct + func (m *GetSwapFeeQueryMsg) Marshal() (dAtA []byte, err error) + func (m *GetSwapFeeQueryMsg) MarshalTo(dAtA []byte) (int, error) + func (m *GetSwapFeeQueryMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetSwapFeeQueryMsg) Reset() + func (m *GetSwapFeeQueryMsg) Size() (n int) + func (m *GetSwapFeeQueryMsg) String() string + func (m *GetSwapFeeQueryMsg) Unmarshal(dAtA []byte) error + func (m *GetSwapFeeQueryMsg) XXX_DiscardUnknown() + func (m *GetSwapFeeQueryMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSwapFeeQueryMsg) XXX_Merge(src proto.Message) + func (m *GetSwapFeeQueryMsg) XXX_Size() int + func (m *GetSwapFeeQueryMsg) XXX_Unmarshal(b []byte) error + type GetSwapFeeQueryMsgResponse struct + SwapFee github_com_cosmos_cosmos_sdk_types.Dec + func (*GetSwapFeeQueryMsgResponse) Descriptor() ([]byte, []int) + func (*GetSwapFeeQueryMsgResponse) ProtoMessage() + func (m *GetSwapFeeQueryMsgResponse) Marshal() (dAtA []byte, err error) + func (m *GetSwapFeeQueryMsgResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetSwapFeeQueryMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetSwapFeeQueryMsgResponse) Reset() + func (m *GetSwapFeeQueryMsgResponse) Size() (n int) + func (m *GetSwapFeeQueryMsgResponse) String() string + func (m *GetSwapFeeQueryMsgResponse) Unmarshal(dAtA []byte) error + func (m *GetSwapFeeQueryMsgResponse) XXX_DiscardUnknown() + func (m *GetSwapFeeQueryMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSwapFeeQueryMsgResponse) XXX_Merge(src proto.Message) + func (m *GetSwapFeeQueryMsgResponse) XXX_Size() int + func (m *GetSwapFeeQueryMsgResponse) XXX_Unmarshal(b []byte) error + type GetTotalPoolLiquidityQueryMsg struct + GetTotalPoolLiquidity EmptyStruct + func (*GetTotalPoolLiquidityQueryMsg) Descriptor() ([]byte, []int) + func (*GetTotalPoolLiquidityQueryMsg) ProtoMessage() + func (m *GetTotalPoolLiquidityQueryMsg) GetGetTotalPoolLiquidity() EmptyStruct + func (m *GetTotalPoolLiquidityQueryMsg) Marshal() (dAtA []byte, err error) + func (m *GetTotalPoolLiquidityQueryMsg) MarshalTo(dAtA []byte) (int, error) + func (m *GetTotalPoolLiquidityQueryMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTotalPoolLiquidityQueryMsg) Reset() + func (m *GetTotalPoolLiquidityQueryMsg) Size() (n int) + func (m *GetTotalPoolLiquidityQueryMsg) String() string + func (m *GetTotalPoolLiquidityQueryMsg) Unmarshal(dAtA []byte) error + func (m *GetTotalPoolLiquidityQueryMsg) XXX_DiscardUnknown() + func (m *GetTotalPoolLiquidityQueryMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTotalPoolLiquidityQueryMsg) XXX_Merge(src proto.Message) + func (m *GetTotalPoolLiquidityQueryMsg) XXX_Size() int + func (m *GetTotalPoolLiquidityQueryMsg) XXX_Unmarshal(b []byte) error + type GetTotalPoolLiquidityQueryMsgResponse struct + TotalPoolLiquidity []types.Coin + func (*GetTotalPoolLiquidityQueryMsgResponse) Descriptor() ([]byte, []int) + func (*GetTotalPoolLiquidityQueryMsgResponse) ProtoMessage() + func (m *GetTotalPoolLiquidityQueryMsgResponse) GetTotalPoolLiquidity() []types.Coin + func (m *GetTotalPoolLiquidityQueryMsgResponse) Marshal() (dAtA []byte, err error) + func (m *GetTotalPoolLiquidityQueryMsgResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetTotalPoolLiquidityQueryMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTotalPoolLiquidityQueryMsgResponse) Reset() + func (m *GetTotalPoolLiquidityQueryMsgResponse) Size() (n int) + func (m *GetTotalPoolLiquidityQueryMsgResponse) String() string + func (m *GetTotalPoolLiquidityQueryMsgResponse) Unmarshal(dAtA []byte) error + func (m *GetTotalPoolLiquidityQueryMsgResponse) XXX_DiscardUnknown() + func (m *GetTotalPoolLiquidityQueryMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTotalPoolLiquidityQueryMsgResponse) XXX_Merge(src proto.Message) + func (m *GetTotalPoolLiquidityQueryMsgResponse) XXX_Size() int + func (m *GetTotalPoolLiquidityQueryMsgResponse) XXX_Unmarshal(b []byte) error + type GetTotalSharesQueryMsg struct + GetTotalShares EmptyStruct + func (*GetTotalSharesQueryMsg) Descriptor() ([]byte, []int) + func (*GetTotalSharesQueryMsg) ProtoMessage() + func (m *GetTotalSharesQueryMsg) GetGetTotalShares() EmptyStruct + func (m *GetTotalSharesQueryMsg) Marshal() (dAtA []byte, err error) + func (m *GetTotalSharesQueryMsg) MarshalTo(dAtA []byte) (int, error) + func (m *GetTotalSharesQueryMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTotalSharesQueryMsg) Reset() + func (m *GetTotalSharesQueryMsg) Size() (n int) + func (m *GetTotalSharesQueryMsg) String() string + func (m *GetTotalSharesQueryMsg) Unmarshal(dAtA []byte) error + func (m *GetTotalSharesQueryMsg) XXX_DiscardUnknown() + func (m *GetTotalSharesQueryMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTotalSharesQueryMsg) XXX_Merge(src proto.Message) + func (m *GetTotalSharesQueryMsg) XXX_Size() int + func (m *GetTotalSharesQueryMsg) XXX_Unmarshal(b []byte) error + type GetTotalSharesQueryMsgResponse struct + TotalShares string + func (*GetTotalSharesQueryMsgResponse) Descriptor() ([]byte, []int) + func (*GetTotalSharesQueryMsgResponse) ProtoMessage() + func (m *GetTotalSharesQueryMsgResponse) GetTotalShares() string + func (m *GetTotalSharesQueryMsgResponse) Marshal() (dAtA []byte, err error) + func (m *GetTotalSharesQueryMsgResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetTotalSharesQueryMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTotalSharesQueryMsgResponse) Reset() + func (m *GetTotalSharesQueryMsgResponse) Size() (n int) + func (m *GetTotalSharesQueryMsgResponse) String() string + func (m *GetTotalSharesQueryMsgResponse) Unmarshal(dAtA []byte) error + func (m *GetTotalSharesQueryMsgResponse) XXX_DiscardUnknown() + func (m *GetTotalSharesQueryMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTotalSharesQueryMsgResponse) XXX_Merge(src proto.Message) + func (m *GetTotalSharesQueryMsgResponse) XXX_Size() int + func (m *GetTotalSharesQueryMsgResponse) XXX_Unmarshal(b []byte) error + type InstantiateMsg struct + PoolAssetDenoms []string + func (*InstantiateMsg) Descriptor() ([]byte, []int) + func (*InstantiateMsg) ProtoMessage() + func (m *InstantiateMsg) GetPoolAssetDenoms() []string + func (m *InstantiateMsg) Marshal() (dAtA []byte, err error) + func (m *InstantiateMsg) MarshalTo(dAtA []byte) (int, error) + func (m *InstantiateMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InstantiateMsg) Reset() + func (m *InstantiateMsg) Size() (n int) + func (m *InstantiateMsg) String() string + func (m *InstantiateMsg) Unmarshal(dAtA []byte) error + func (m *InstantiateMsg) XXX_DiscardUnknown() + func (m *InstantiateMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InstantiateMsg) XXX_Merge(src proto.Message) + func (m *InstantiateMsg) XXX_Size() int + func (m *InstantiateMsg) XXX_Unmarshal(b []byte) error + type SpotPrice struct + BaseAssetDenom string + QuoteAssetDenom string + func (*SpotPrice) Descriptor() ([]byte, []int) + func (*SpotPrice) ProtoMessage() + func (m *SpotPrice) GetBaseAssetDenom() string + func (m *SpotPrice) GetQuoteAssetDenom() string + func (m *SpotPrice) Marshal() (dAtA []byte, err error) + func (m *SpotPrice) MarshalTo(dAtA []byte) (int, error) + func (m *SpotPrice) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SpotPrice) Reset() + func (m *SpotPrice) Size() (n int) + func (m *SpotPrice) String() string + func (m *SpotPrice) Unmarshal(dAtA []byte) error + func (m *SpotPrice) XXX_DiscardUnknown() + func (m *SpotPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpotPrice) XXX_Merge(src proto.Message) + func (m *SpotPrice) XXX_Size() int + func (m *SpotPrice) XXX_Unmarshal(b []byte) error + type SpotPriceQueryMsg struct + SpotPrice SpotPrice + func (*SpotPriceQueryMsg) Descriptor() ([]byte, []int) + func (*SpotPriceQueryMsg) ProtoMessage() + func (m *SpotPriceQueryMsg) GetSpotPrice() SpotPrice + func (m *SpotPriceQueryMsg) Marshal() (dAtA []byte, err error) + func (m *SpotPriceQueryMsg) MarshalTo(dAtA []byte) (int, error) + func (m *SpotPriceQueryMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SpotPriceQueryMsg) Reset() + func (m *SpotPriceQueryMsg) Size() (n int) + func (m *SpotPriceQueryMsg) String() string + func (m *SpotPriceQueryMsg) Unmarshal(dAtA []byte) error + func (m *SpotPriceQueryMsg) XXX_DiscardUnknown() + func (m *SpotPriceQueryMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpotPriceQueryMsg) XXX_Merge(src proto.Message) + func (m *SpotPriceQueryMsg) XXX_Size() int + func (m *SpotPriceQueryMsg) XXX_Unmarshal(b []byte) error + type SpotPriceQueryMsgResponse struct + SpotPrice string + func (*SpotPriceQueryMsgResponse) Descriptor() ([]byte, []int) + func (*SpotPriceQueryMsgResponse) ProtoMessage() + func (m *SpotPriceQueryMsgResponse) GetSpotPrice() string + func (m *SpotPriceQueryMsgResponse) Marshal() (dAtA []byte, err error) + func (m *SpotPriceQueryMsgResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SpotPriceQueryMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SpotPriceQueryMsgResponse) Reset() + func (m *SpotPriceQueryMsgResponse) Size() (n int) + func (m *SpotPriceQueryMsgResponse) String() string + func (m *SpotPriceQueryMsgResponse) Unmarshal(dAtA []byte) error + func (m *SpotPriceQueryMsgResponse) XXX_DiscardUnknown() + func (m *SpotPriceQueryMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpotPriceQueryMsgResponse) XXX_Merge(src proto.Message) + func (m *SpotPriceQueryMsgResponse) XXX_Size() int + func (m *SpotPriceQueryMsgResponse) XXX_Unmarshal(b []byte) error + type SwapExactAmountIn struct + Sender string + SwapFee github_com_cosmos_cosmos_sdk_types.Dec + TokenIn types.Coin + TokenOutDenom string + TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int + func (*SwapExactAmountIn) Descriptor() ([]byte, []int) + func (*SwapExactAmountIn) ProtoMessage() + func (m *SwapExactAmountIn) GetSender() string + func (m *SwapExactAmountIn) GetTokenIn() types.Coin + func (m *SwapExactAmountIn) GetTokenOutDenom() string + func (m *SwapExactAmountIn) Marshal() (dAtA []byte, err error) + func (m *SwapExactAmountIn) MarshalTo(dAtA []byte) (int, error) + func (m *SwapExactAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SwapExactAmountIn) Reset() + func (m *SwapExactAmountIn) Size() (n int) + func (m *SwapExactAmountIn) String() string + func (m *SwapExactAmountIn) Unmarshal(dAtA []byte) error + func (m *SwapExactAmountIn) XXX_DiscardUnknown() + func (m *SwapExactAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SwapExactAmountIn) XXX_Merge(src proto.Message) + func (m *SwapExactAmountIn) XXX_Size() int + func (m *SwapExactAmountIn) XXX_Unmarshal(b []byte) error + type SwapExactAmountInSudoMsg struct + SwapExactAmountIn SwapExactAmountIn + func NewSwapExactAmountInSudoMsg(sender string, tokenIn sdk.Coin, tokenOutDenom string, tokenOutMin sdk.Int, ...) SwapExactAmountInSudoMsg + func (*SwapExactAmountInSudoMsg) Descriptor() ([]byte, []int) + func (*SwapExactAmountInSudoMsg) ProtoMessage() + func (m *SwapExactAmountInSudoMsg) GetSwapExactAmountIn() SwapExactAmountIn + func (m *SwapExactAmountInSudoMsg) Marshal() (dAtA []byte, err error) + func (m *SwapExactAmountInSudoMsg) MarshalTo(dAtA []byte) (int, error) + func (m *SwapExactAmountInSudoMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SwapExactAmountInSudoMsg) Reset() + func (m *SwapExactAmountInSudoMsg) Size() (n int) + func (m *SwapExactAmountInSudoMsg) String() string + func (m *SwapExactAmountInSudoMsg) Unmarshal(dAtA []byte) error + func (m *SwapExactAmountInSudoMsg) XXX_DiscardUnknown() + func (m *SwapExactAmountInSudoMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SwapExactAmountInSudoMsg) XXX_Merge(src proto.Message) + func (m *SwapExactAmountInSudoMsg) XXX_Size() int + func (m *SwapExactAmountInSudoMsg) XXX_Unmarshal(b []byte) error + type SwapExactAmountInSudoMsgResponse struct + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int + func (*SwapExactAmountInSudoMsgResponse) Descriptor() ([]byte, []int) + func (*SwapExactAmountInSudoMsgResponse) ProtoMessage() + func (m *SwapExactAmountInSudoMsgResponse) Marshal() (dAtA []byte, err error) + func (m *SwapExactAmountInSudoMsgResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SwapExactAmountInSudoMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SwapExactAmountInSudoMsgResponse) Reset() + func (m *SwapExactAmountInSudoMsgResponse) Size() (n int) + func (m *SwapExactAmountInSudoMsgResponse) String() string + func (m *SwapExactAmountInSudoMsgResponse) Unmarshal(dAtA []byte) error + func (m *SwapExactAmountInSudoMsgResponse) XXX_DiscardUnknown() + func (m *SwapExactAmountInSudoMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SwapExactAmountInSudoMsgResponse) XXX_Merge(src proto.Message) + func (m *SwapExactAmountInSudoMsgResponse) XXX_Size() int + func (m *SwapExactAmountInSudoMsgResponse) XXX_Unmarshal(b []byte) error + type SwapExactAmountOut struct + Sender string + SwapFee github_com_cosmos_cosmos_sdk_types.Dec + TokenInDenom string + TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int + TokenOut types.Coin + func (*SwapExactAmountOut) Descriptor() ([]byte, []int) + func (*SwapExactAmountOut) ProtoMessage() + func (m *SwapExactAmountOut) GetSender() string + func (m *SwapExactAmountOut) GetTokenInDenom() string + func (m *SwapExactAmountOut) GetTokenOut() types.Coin + func (m *SwapExactAmountOut) Marshal() (dAtA []byte, err error) + func (m *SwapExactAmountOut) MarshalTo(dAtA []byte) (int, error) + func (m *SwapExactAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SwapExactAmountOut) Reset() + func (m *SwapExactAmountOut) Size() (n int) + func (m *SwapExactAmountOut) String() string + func (m *SwapExactAmountOut) Unmarshal(dAtA []byte) error + func (m *SwapExactAmountOut) XXX_DiscardUnknown() + func (m *SwapExactAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SwapExactAmountOut) XXX_Merge(src proto.Message) + func (m *SwapExactAmountOut) XXX_Size() int + func (m *SwapExactAmountOut) XXX_Unmarshal(b []byte) error + type SwapExactAmountOutSudoMsg struct + SwapExactAmountOut SwapExactAmountOut + func NewSwapExactAmountOutSudoMsg(sender string, tokenInDenom string, tokenOut sdk.Coin, ...) SwapExactAmountOutSudoMsg + func (*SwapExactAmountOutSudoMsg) Descriptor() ([]byte, []int) + func (*SwapExactAmountOutSudoMsg) ProtoMessage() + func (m *SwapExactAmountOutSudoMsg) GetSwapExactAmountOut() SwapExactAmountOut + func (m *SwapExactAmountOutSudoMsg) Marshal() (dAtA []byte, err error) + func (m *SwapExactAmountOutSudoMsg) MarshalTo(dAtA []byte) (int, error) + func (m *SwapExactAmountOutSudoMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SwapExactAmountOutSudoMsg) Reset() + func (m *SwapExactAmountOutSudoMsg) Size() (n int) + func (m *SwapExactAmountOutSudoMsg) String() string + func (m *SwapExactAmountOutSudoMsg) Unmarshal(dAtA []byte) error + func (m *SwapExactAmountOutSudoMsg) XXX_DiscardUnknown() + func (m *SwapExactAmountOutSudoMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SwapExactAmountOutSudoMsg) XXX_Merge(src proto.Message) + func (m *SwapExactAmountOutSudoMsg) XXX_Size() int + func (m *SwapExactAmountOutSudoMsg) XXX_Unmarshal(b []byte) error + type SwapExactAmountOutSudoMsgResponse struct + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*SwapExactAmountOutSudoMsgResponse) Descriptor() ([]byte, []int) + func (*SwapExactAmountOutSudoMsgResponse) ProtoMessage() + func (m *SwapExactAmountOutSudoMsgResponse) Marshal() (dAtA []byte, err error) + func (m *SwapExactAmountOutSudoMsgResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SwapExactAmountOutSudoMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SwapExactAmountOutSudoMsgResponse) Reset() + func (m *SwapExactAmountOutSudoMsgResponse) Size() (n int) + func (m *SwapExactAmountOutSudoMsgResponse) String() string + func (m *SwapExactAmountOutSudoMsgResponse) Unmarshal(dAtA []byte) error + func (m *SwapExactAmountOutSudoMsgResponse) XXX_DiscardUnknown() + func (m *SwapExactAmountOutSudoMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SwapExactAmountOutSudoMsgResponse) XXX_Merge(src proto.Message) + func (m *SwapExactAmountOutSudoMsgResponse) XXX_Size() int + func (m *SwapExactAmountOutSudoMsgResponse) XXX_Unmarshal(b []byte) error