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 + const AttributeAmount0 + const AttributeAmount1 + const AttributeKeyPoolId + const AttributeKeyPoolIdEntering + const AttributeKeyPoolIdLeaving + const AttributeKeySwapFee + const AttributeKeyTokensIn + const AttributeKeyTokensOut + const AttributeLiquidity + const AttributePositionId + const AttributeValueCategory + const BalancerGasFeeForSwap + const GAMMTokenPrefix + const MaxNumOfAssetsInPool + const MinNumOfAssetsInPool + const ModuleName + const OneShareExponent + const ProposalTypeReplaceMigrationRecords + const ProposalTypeUpdateMigrationRecords + const QuerierRoute + const RouterKey + const ScalingFactorMultiplier + const SigFigsExponent + const StableswapMinScaledAmtPerAsset + const StoreKey + const TypeEvtMigrateShares + const TypeEvtPoolExited + const TypeEvtPoolJoined + const TypeEvtTokenSwapped + const TypeMsgExitPool + const TypeMsgExitSwapExternAmountOut + const TypeMsgExitSwapShareAmountIn + const TypeMsgJoinPool + const TypeMsgJoinSwapExternAmountIn + const TypeMsgJoinSwapShareAmountOut + const TypeMsgSwapExactAmountIn + const TypeMsgSwapExactAmountOut + var ErrAlreadyInvalidPool = errorsmod.Register(ModuleName, 9, "destruction on already invalid pool") + var ErrDenomAlreadyInPool = errorsmod.Register(ModuleName, 12, "denom already exists in the pool") + var ErrDenomNotFoundInPool = errorsmod.Register(ModuleName, 11, "denom does not exist in pool") + var ErrEmptyPoolAssets = errorsmod.Register(ModuleName, 22, "PoolAssets not defined") + var ErrEmptyRoutes = errorsmod.Register(ModuleName, 21, "routes not defined") + var ErrHitMaxScaledAssets = errorsmod.Register(ModuleName, 65, "post-scaled pool assets can not exceed 10^34") + var ErrHitMinScaledAssets = errorsmod.Register(ModuleName, 66, "post-scaled pool assets can not be less than 1") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGov = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGov = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidMathApprox = errorsmod.Register(ModuleName, 8, "invalid calculated result") + var ErrInvalidPool = errorsmod.Register(ModuleName, 10, "attempting to create an invalid pool") + var ErrInvalidScalingFactorLength = errorsmod.Register(ModuleName, 62, "pool liquidity and scaling factors must have same length") + var ErrInvalidScalingFactors = errorsmod.Register(ModuleName, 64, "scaling factors cannot be 0 or use more than 63 bits") + var ErrLimitMaxAmount = errorsmod.Register(ModuleName, 6, "calculated amount is larger than max amount") + var ErrLimitMinAmount = errorsmod.Register(ModuleName, 7, "calculated amount is lesser than min amount") + var ErrNegativeExitFee = errorsmod.Register(ModuleName, 24, "exit fee is negative") + var ErrNegativeSpreadFactor = errorsmod.Register(ModuleName, 23, "spread factor is negative") + var ErrNotImplemented = errorsmod.Register(ModuleName, 60, "function not implemented") + var ErrNotPositiveCriteria = errorsmod.Register(ModuleName, 29, "min out amount or max in amount should be positive") + var ErrNotPositiveRequireAmount = errorsmod.Register(ModuleName, 30, "required amount should be positive") + var ErrNotPositiveWeight = errorsmod.Register(ModuleName, 27, "token weight should be greater than 0") + var ErrNotScalingFactorGovernor = errorsmod.Register(ModuleName, 63, "not scaling factor governor") + var ErrNotStableSwapPool = errorsmod.Register(ModuleName, 61, "not stableswap pool") + var ErrPoolAlreadyExist = errorsmod.Register(ModuleName, 2, "pool already exist") + var ErrPoolLocked = errorsmod.Register(ModuleName, 3, "pool is locked") + var ErrPoolNotFound = errorsmod.Register(ModuleName, 1, "pool not found") + var ErrPoolParamsInvalidDenom = errorsmod.Register(ModuleName, 50, "pool params' LBP params has an invalid denomination") + var ErrPoolParamsInvalidNumDenoms = errorsmod.Register(ModuleName, 51, ...) + var ErrSpotPriceInternal = errorsmod.Register(ModuleName, 33, "internal spot price error") + var ErrSpotPriceOverflow = errorsmod.Register(ModuleName, 32, "invalid spot price (overflowed)") + var ErrTooFewPoolAssets = errorsmod.Register(ModuleName, 4, ...) + var ErrTooManyPoolAssets = errorsmod.Register(ModuleName, 5, ...) + var ErrTooManyTokensOut = errorsmod.Register(ModuleName, 31, "tx is trying to get more tokens out of the pool than exist") + var ErrTooMuchExitFee = errorsmod.Register(ModuleName, 26, "exit fee should be lesser than 1 (100%)") + var ErrTooMuchSpreadFactor = errorsmod.Register(ModuleName, 25, "spread factor should be lesser than 1 (100%)") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGov = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrWeightTooLarge = errorsmod.Register(ModuleName, 28, "user specified token weight should be less than 2^20") + var InitPoolSharesSupply = OneShare.MulRaw(100) + var KeyNextGlobalPoolId = []byte + var KeyPoolCreationFee = []byte("PoolCreationFee") + var KeyPrefixMigrationInfoBalancerPool = []byte + var KeyPrefixMigrationInfoCLPool = []byte + var KeyPrefixPools = []byte + var KeyTotalLiquidity = []byte + var MaxSpotPrice = sdk.NewDec(2).Power(128).Sub(sdk.OneDec()) + var MinSpotPrice = sdk.SmallestDec() + var ModuleCdc = codec.NewAminoCodec(amino) + var MultihopSpreadFactorMultiplierForPercoPools = sdk.NewDecWithPrec(5, 1) + var OneShare = sdk.NewIntWithDecimal(1, OneShareExponent) + var SpotPriceSigFigs = sdk.NewDec(10).Power(SigFigsExponent).TruncateInt() + var StableswapMaxScaledAmtPerAsset = sdk.NewDec(10).Power(34).TruncateInt() + func GetDenomPrefix(denom string) []byte + func GetKeyPrefixMigrationInfoBalancerPool(balancerPoolId uint64) []byte + func GetKeyPrefixMigrationInfoPoolCLPool(concentratedPoolId uint64) []byte + func GetKeyPrefixPools(poolId uint64) []byte + func GetPoolIdFromShareDenom(denom string) (uint64, error) + func GetPoolShareDenom(poolId uint64) string + func MustGetPoolIdFromShareDenom(denom string) uint64 + func NewReplaceMigrationRecordsProposal(title, description string, ...) govtypes.Content + func NewUpdatePoolIncentivesProposal(title, description string, ...) govtypes.Content + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func ValidateFutureGovernor(governor string) error + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + GetModuleAddressAndPermissions func(moduleName string) (addr sdk.AccAddress, permissions []string) + NewAccount func(sdk.Context, authtypes.AccountI) authtypes.AccountI + SetAccount func(ctx sdk.Context, acc authtypes.AccountI) + type BalancerPoolMigrationLinkNotFoundError struct + PoolIdEntering uint64 + func (e BalancerPoolMigrationLinkNotFoundError) Error() string + type BankKeeper interface + BurnCoins func(ctx sdk.Context, name string, amt sdk.Coins) error + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + MintCoins func(ctx sdk.Context, moduleName string, amt sdk.Coins) error + SendCoins func(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + SendCoinsFromModuleToAccount func(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SetDenomMetaData func(ctx sdk.Context, denomMetaData banktypes.Metadata) + type CFMMPoolI interface + CalcExitPoolCoinsFromShares func(ctx sdk.Context, numShares sdk.Int, exitFee sdk.Dec) (exitedCoins sdk.Coins, err error) + CalcInAmtGivenOut func(ctx sdk.Context, tokenOut sdk.Coins, tokenInDenom string, spreadFactor sdk.Dec) (tokenIn sdk.Coin, err error) + CalcJoinPoolNoSwapShares func(ctx sdk.Context, tokensIn sdk.Coins, spreadFactor sdk.Dec) (numShares sdk.Int, newLiquidity sdk.Coins, err error) + CalcJoinPoolShares func(ctx sdk.Context, tokensIn sdk.Coins, spreadFactor sdk.Dec) (numShares sdk.Int, newLiquidity sdk.Coins, err error) + CalcOutAmtGivenIn func(ctx sdk.Context, tokenIn sdk.Coins, tokenOutDenom string, spreadFactor sdk.Dec) (tokenOut sdk.Coin, err error) + ExitPool func(ctx sdk.Context, numShares sdk.Int, exitFee sdk.Dec) (exitedCoins sdk.Coins, err error) + GetExitFee func(ctx sdk.Context) sdk.Dec + GetTotalPoolLiquidity func(ctx sdk.Context) sdk.Coins + GetTotalShares func() sdk.Int + JoinPool func(ctx sdk.Context, tokensIn sdk.Coins, spreadFactor sdk.Dec) (numShares sdk.Int, err error) + JoinPoolNoSwap func(ctx sdk.Context, tokensIn sdk.Coins, spreadFactor sdk.Dec) (numShares sdk.Int, err error) + SwapInAmtGivenOut func(ctx sdk.Context, tokenOut sdk.Coins, tokenInDenom string, spreadFactor sdk.Dec) (tokenIn sdk.Coin, err error) + SwapOutAmtGivenIn func(ctx sdk.Context, tokenIn sdk.Coins, tokenOutDenom string, spreadFactor sdk.Dec) (tokenOut sdk.Coin, err error) + type CommunityPoolKeeper interface + FundCommunityPool func(ctx sdk.Context, amount sdk.Coins, sender sdk.AccAddress) error + type ConcentratedLiquidityKeeper interface + CreateFullRangePosition func(ctx sdk.Context, clPoolId uint64, owner sdk.AccAddress, coins sdk.Coins) (positionId uint64, amount0, amount1 sdk.Int, liquidity sdk.Dec, err error) + GetConcentratedPoolById func(ctx sdk.Context, poolId uint64) (cltypes.ConcentratedPoolExtension, error) + type ConcentratedPoolMigrationLinkNotFoundError struct + PoolIdLeaving uint64 + func (e ConcentratedPoolMigrationLinkNotFoundError) Error() string + type GammHooks interface + AfterCFMMPoolCreated func(ctx sdk.Context, sender sdk.AccAddress, poolId uint64) + AfterCFMMSwap func(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, input sdk.Coins, ...) + AfterExitPool func(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, shareInAmount sdk.Int, ...) + AfterJoinPool func(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, enterCoins sdk.Coins, ...) + type GenesisState struct + MigrationRecords *migration.MigrationRecords + NextPoolNumber uint64 + Params Params + Pools []*types1.Any + func DefaultGenesis() *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (gs GenesisState) Validate() error + func (m *GenesisState) GetMigrationRecords() *migration.MigrationRecords + func (m *GenesisState) GetNextPoolNumber() uint64 + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetPools() []*types1.Any + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type IncentivesKeeper interface + GetEpochInfo func(ctx sdk.Context) epochtypes.EpochInfo + type LiquidityAndScalingFactorCountMismatchError struct + LiquidityCount int + ScalingFactorCount int + func (e LiquidityAndScalingFactorCountMismatchError) Error() string + type LiquidityChangeMsg interface + LiquidityChangeType func() LiquidityChangeType + type LiquidityChangeType int + const AddLiquidity + const RemoveLiquidity + type MsgClient interface + ExitPool func(ctx context.Context, in *MsgExitPool, opts ...grpc.CallOption) (*MsgExitPoolResponse, error) + ExitSwapExternAmountOut func(ctx context.Context, in *MsgExitSwapExternAmountOut, opts ...grpc.CallOption) (*MsgExitSwapExternAmountOutResponse, error) + ExitSwapShareAmountIn func(ctx context.Context, in *MsgExitSwapShareAmountIn, opts ...grpc.CallOption) (*MsgExitSwapShareAmountInResponse, error) + JoinPool func(ctx context.Context, in *MsgJoinPool, opts ...grpc.CallOption) (*MsgJoinPoolResponse, error) + JoinSwapExternAmountIn func(ctx context.Context, in *MsgJoinSwapExternAmountIn, opts ...grpc.CallOption) (*MsgJoinSwapExternAmountInResponse, error) + JoinSwapShareAmountOut func(ctx context.Context, in *MsgJoinSwapShareAmountOut, opts ...grpc.CallOption) (*MsgJoinSwapShareAmountOutResponse, error) + SwapExactAmountIn func(ctx context.Context, in *MsgSwapExactAmountIn, opts ...grpc.CallOption) (*MsgSwapExactAmountInResponse, error) + SwapExactAmountOut func(ctx context.Context, in *MsgSwapExactAmountOut, opts ...grpc.CallOption) (*MsgSwapExactAmountOutResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgExitPool struct + PoolId uint64 + Sender string + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int + TokenOutMins []types.Coin + func (*MsgExitPool) Descriptor() ([]byte, []int) + func (*MsgExitPool) ProtoMessage() + func (m *MsgExitPool) GetPoolId() uint64 + func (m *MsgExitPool) GetSender() string + func (m *MsgExitPool) GetTokenOutMins() []types.Coin + func (m *MsgExitPool) Marshal() (dAtA []byte, err error) + func (m *MsgExitPool) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExitPool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExitPool) Reset() + func (m *MsgExitPool) Size() (n int) + func (m *MsgExitPool) String() string + func (m *MsgExitPool) Unmarshal(dAtA []byte) error + func (m *MsgExitPool) XXX_DiscardUnknown() + func (m *MsgExitPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExitPool) XXX_Merge(src proto.Message) + func (m *MsgExitPool) XXX_Size() int + func (m *MsgExitPool) XXX_Unmarshal(b []byte) error + func (msg MsgExitPool) GetSignBytes() []byte + func (msg MsgExitPool) GetSigners() []sdk.AccAddress + func (msg MsgExitPool) LiquidityChangeType() LiquidityChangeType + func (msg MsgExitPool) Route() string + func (msg MsgExitPool) Type() string + func (msg MsgExitPool) ValidateBasic() error + type MsgExitPoolResponse struct + TokenOut []types.Coin + func (*MsgExitPoolResponse) Descriptor() ([]byte, []int) + func (*MsgExitPoolResponse) ProtoMessage() + func (m *MsgExitPoolResponse) GetTokenOut() []types.Coin + func (m *MsgExitPoolResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExitPoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExitPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExitPoolResponse) Reset() + func (m *MsgExitPoolResponse) Size() (n int) + func (m *MsgExitPoolResponse) String() string + func (m *MsgExitPoolResponse) Unmarshal(dAtA []byte) error + func (m *MsgExitPoolResponse) XXX_DiscardUnknown() + func (m *MsgExitPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExitPoolResponse) XXX_Merge(src proto.Message) + func (m *MsgExitPoolResponse) XXX_Size() int + func (m *MsgExitPoolResponse) XXX_Unmarshal(b []byte) error + type MsgExitSwapExternAmountOut struct + PoolId uint64 + Sender string + ShareInMaxAmount github_com_cosmos_cosmos_sdk_types.Int + TokenOut types.Coin + func (*MsgExitSwapExternAmountOut) Descriptor() ([]byte, []int) + func (*MsgExitSwapExternAmountOut) ProtoMessage() + func (m *MsgExitSwapExternAmountOut) GetPoolId() uint64 + func (m *MsgExitSwapExternAmountOut) GetSender() string + func (m *MsgExitSwapExternAmountOut) GetTokenOut() types.Coin + func (m *MsgExitSwapExternAmountOut) Marshal() (dAtA []byte, err error) + func (m *MsgExitSwapExternAmountOut) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExitSwapExternAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExitSwapExternAmountOut) Reset() + func (m *MsgExitSwapExternAmountOut) Size() (n int) + func (m *MsgExitSwapExternAmountOut) String() string + func (m *MsgExitSwapExternAmountOut) Unmarshal(dAtA []byte) error + func (m *MsgExitSwapExternAmountOut) XXX_DiscardUnknown() + func (m *MsgExitSwapExternAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExitSwapExternAmountOut) XXX_Merge(src proto.Message) + func (m *MsgExitSwapExternAmountOut) XXX_Size() int + func (m *MsgExitSwapExternAmountOut) XXX_Unmarshal(b []byte) error + func (msg MsgExitSwapExternAmountOut) GetSignBytes() []byte + func (msg MsgExitSwapExternAmountOut) GetSigners() []sdk.AccAddress + func (msg MsgExitSwapExternAmountOut) LiquidityChangeType() LiquidityChangeType + func (msg MsgExitSwapExternAmountOut) Route() string + func (msg MsgExitSwapExternAmountOut) Type() string + func (msg MsgExitSwapExternAmountOut) ValidateBasic() error + type MsgExitSwapExternAmountOutResponse struct + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgExitSwapExternAmountOutResponse) Descriptor() ([]byte, []int) + func (*MsgExitSwapExternAmountOutResponse) ProtoMessage() + func (m *MsgExitSwapExternAmountOutResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExitSwapExternAmountOutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExitSwapExternAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExitSwapExternAmountOutResponse) Reset() + func (m *MsgExitSwapExternAmountOutResponse) Size() (n int) + func (m *MsgExitSwapExternAmountOutResponse) String() string + func (m *MsgExitSwapExternAmountOutResponse) Unmarshal(dAtA []byte) error + func (m *MsgExitSwapExternAmountOutResponse) XXX_DiscardUnknown() + func (m *MsgExitSwapExternAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExitSwapExternAmountOutResponse) XXX_Merge(src proto.Message) + func (m *MsgExitSwapExternAmountOutResponse) XXX_Size() int + func (m *MsgExitSwapExternAmountOutResponse) XXX_Unmarshal(b []byte) error + type MsgExitSwapShareAmountIn struct + PoolId uint64 + Sender string + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int + TokenOutDenom string + TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgExitSwapShareAmountIn) Descriptor() ([]byte, []int) + func (*MsgExitSwapShareAmountIn) ProtoMessage() + func (m *MsgExitSwapShareAmountIn) GetPoolId() uint64 + func (m *MsgExitSwapShareAmountIn) GetSender() string + func (m *MsgExitSwapShareAmountIn) GetTokenOutDenom() string + func (m *MsgExitSwapShareAmountIn) Marshal() (dAtA []byte, err error) + func (m *MsgExitSwapShareAmountIn) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExitSwapShareAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExitSwapShareAmountIn) Reset() + func (m *MsgExitSwapShareAmountIn) Size() (n int) + func (m *MsgExitSwapShareAmountIn) String() string + func (m *MsgExitSwapShareAmountIn) Unmarshal(dAtA []byte) error + func (m *MsgExitSwapShareAmountIn) XXX_DiscardUnknown() + func (m *MsgExitSwapShareAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExitSwapShareAmountIn) XXX_Merge(src proto.Message) + func (m *MsgExitSwapShareAmountIn) XXX_Size() int + func (m *MsgExitSwapShareAmountIn) XXX_Unmarshal(b []byte) error + func (msg MsgExitSwapShareAmountIn) GetSignBytes() []byte + func (msg MsgExitSwapShareAmountIn) GetSigners() []sdk.AccAddress + func (msg MsgExitSwapShareAmountIn) LiquidityChangeType() LiquidityChangeType + func (msg MsgExitSwapShareAmountIn) Route() string + func (msg MsgExitSwapShareAmountIn) Type() string + func (msg MsgExitSwapShareAmountIn) ValidateBasic() error + type MsgExitSwapShareAmountInResponse struct + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgExitSwapShareAmountInResponse) Descriptor() ([]byte, []int) + func (*MsgExitSwapShareAmountInResponse) ProtoMessage() + func (m *MsgExitSwapShareAmountInResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExitSwapShareAmountInResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExitSwapShareAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExitSwapShareAmountInResponse) Reset() + func (m *MsgExitSwapShareAmountInResponse) Size() (n int) + func (m *MsgExitSwapShareAmountInResponse) String() string + func (m *MsgExitSwapShareAmountInResponse) Unmarshal(dAtA []byte) error + func (m *MsgExitSwapShareAmountInResponse) XXX_DiscardUnknown() + func (m *MsgExitSwapShareAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExitSwapShareAmountInResponse) XXX_Merge(src proto.Message) + func (m *MsgExitSwapShareAmountInResponse) XXX_Size() int + func (m *MsgExitSwapShareAmountInResponse) XXX_Unmarshal(b []byte) error + type MsgJoinPool struct + PoolId uint64 + Sender string + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int + TokenInMaxs []types.Coin + func (*MsgJoinPool) Descriptor() ([]byte, []int) + func (*MsgJoinPool) ProtoMessage() + func (m *MsgJoinPool) GetPoolId() uint64 + func (m *MsgJoinPool) GetSender() string + func (m *MsgJoinPool) GetTokenInMaxs() []types.Coin + func (m *MsgJoinPool) Marshal() (dAtA []byte, err error) + func (m *MsgJoinPool) MarshalTo(dAtA []byte) (int, error) + func (m *MsgJoinPool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgJoinPool) Reset() + func (m *MsgJoinPool) Size() (n int) + func (m *MsgJoinPool) String() string + func (m *MsgJoinPool) Unmarshal(dAtA []byte) error + func (m *MsgJoinPool) XXX_DiscardUnknown() + func (m *MsgJoinPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgJoinPool) XXX_Merge(src proto.Message) + func (m *MsgJoinPool) XXX_Size() int + func (m *MsgJoinPool) XXX_Unmarshal(b []byte) error + func (msg MsgJoinPool) GetSignBytes() []byte + func (msg MsgJoinPool) GetSigners() []sdk.AccAddress + func (msg MsgJoinPool) LiquidityChangeType() LiquidityChangeType + func (msg MsgJoinPool) Route() string + func (msg MsgJoinPool) Type() string + func (msg MsgJoinPool) ValidateBasic() error + type MsgJoinPoolResponse struct + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int + TokenIn []types.Coin + func (*MsgJoinPoolResponse) Descriptor() ([]byte, []int) + func (*MsgJoinPoolResponse) ProtoMessage() + func (m *MsgJoinPoolResponse) GetTokenIn() []types.Coin + func (m *MsgJoinPoolResponse) Marshal() (dAtA []byte, err error) + func (m *MsgJoinPoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgJoinPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgJoinPoolResponse) Reset() + func (m *MsgJoinPoolResponse) Size() (n int) + func (m *MsgJoinPoolResponse) String() string + func (m *MsgJoinPoolResponse) Unmarshal(dAtA []byte) error + func (m *MsgJoinPoolResponse) XXX_DiscardUnknown() + func (m *MsgJoinPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgJoinPoolResponse) XXX_Merge(src proto.Message) + func (m *MsgJoinPoolResponse) XXX_Size() int + func (m *MsgJoinPoolResponse) XXX_Unmarshal(b []byte) error + type MsgJoinSwapExternAmountIn struct + PoolId uint64 + Sender string + ShareOutMinAmount github_com_cosmos_cosmos_sdk_types.Int + TokenIn types.Coin + func (*MsgJoinSwapExternAmountIn) Descriptor() ([]byte, []int) + func (*MsgJoinSwapExternAmountIn) ProtoMessage() + func (m *MsgJoinSwapExternAmountIn) GetPoolId() uint64 + func (m *MsgJoinSwapExternAmountIn) GetSender() string + func (m *MsgJoinSwapExternAmountIn) GetTokenIn() types.Coin + func (m *MsgJoinSwapExternAmountIn) Marshal() (dAtA []byte, err error) + func (m *MsgJoinSwapExternAmountIn) MarshalTo(dAtA []byte) (int, error) + func (m *MsgJoinSwapExternAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgJoinSwapExternAmountIn) Reset() + func (m *MsgJoinSwapExternAmountIn) Size() (n int) + func (m *MsgJoinSwapExternAmountIn) String() string + func (m *MsgJoinSwapExternAmountIn) Unmarshal(dAtA []byte) error + func (m *MsgJoinSwapExternAmountIn) XXX_DiscardUnknown() + func (m *MsgJoinSwapExternAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgJoinSwapExternAmountIn) XXX_Merge(src proto.Message) + func (m *MsgJoinSwapExternAmountIn) XXX_Size() int + func (m *MsgJoinSwapExternAmountIn) XXX_Unmarshal(b []byte) error + func (msg MsgJoinSwapExternAmountIn) GetSignBytes() []byte + func (msg MsgJoinSwapExternAmountIn) GetSigners() []sdk.AccAddress + func (msg MsgJoinSwapExternAmountIn) LiquidityChangeType() LiquidityChangeType + func (msg MsgJoinSwapExternAmountIn) Route() string + func (msg MsgJoinSwapExternAmountIn) Type() string + func (msg MsgJoinSwapExternAmountIn) ValidateBasic() error + type MsgJoinSwapExternAmountInResponse struct + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgJoinSwapExternAmountInResponse) Descriptor() ([]byte, []int) + func (*MsgJoinSwapExternAmountInResponse) ProtoMessage() + func (m *MsgJoinSwapExternAmountInResponse) Marshal() (dAtA []byte, err error) + func (m *MsgJoinSwapExternAmountInResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgJoinSwapExternAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgJoinSwapExternAmountInResponse) Reset() + func (m *MsgJoinSwapExternAmountInResponse) Size() (n int) + func (m *MsgJoinSwapExternAmountInResponse) String() string + func (m *MsgJoinSwapExternAmountInResponse) Unmarshal(dAtA []byte) error + func (m *MsgJoinSwapExternAmountInResponse) XXX_DiscardUnknown() + func (m *MsgJoinSwapExternAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgJoinSwapExternAmountInResponse) XXX_Merge(src proto.Message) + func (m *MsgJoinSwapExternAmountInResponse) XXX_Size() int + func (m *MsgJoinSwapExternAmountInResponse) XXX_Unmarshal(b []byte) error + type MsgJoinSwapShareAmountOut struct + PoolId uint64 + Sender string + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int + TokenInDenom string + TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgJoinSwapShareAmountOut) Descriptor() ([]byte, []int) + func (*MsgJoinSwapShareAmountOut) ProtoMessage() + func (m *MsgJoinSwapShareAmountOut) GetPoolId() uint64 + func (m *MsgJoinSwapShareAmountOut) GetSender() string + func (m *MsgJoinSwapShareAmountOut) GetTokenInDenom() string + func (m *MsgJoinSwapShareAmountOut) Marshal() (dAtA []byte, err error) + func (m *MsgJoinSwapShareAmountOut) MarshalTo(dAtA []byte) (int, error) + func (m *MsgJoinSwapShareAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgJoinSwapShareAmountOut) Reset() + func (m *MsgJoinSwapShareAmountOut) Size() (n int) + func (m *MsgJoinSwapShareAmountOut) String() string + func (m *MsgJoinSwapShareAmountOut) Unmarshal(dAtA []byte) error + func (m *MsgJoinSwapShareAmountOut) XXX_DiscardUnknown() + func (m *MsgJoinSwapShareAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgJoinSwapShareAmountOut) XXX_Merge(src proto.Message) + func (m *MsgJoinSwapShareAmountOut) XXX_Size() int + func (m *MsgJoinSwapShareAmountOut) XXX_Unmarshal(b []byte) error + func (msg MsgJoinSwapShareAmountOut) GetSignBytes() []byte + func (msg MsgJoinSwapShareAmountOut) GetSigners() []sdk.AccAddress + func (msg MsgJoinSwapShareAmountOut) LiquidityChangeType() LiquidityChangeType + func (msg MsgJoinSwapShareAmountOut) Route() string + func (msg MsgJoinSwapShareAmountOut) Type() string + func (msg MsgJoinSwapShareAmountOut) ValidateBasic() error + type MsgJoinSwapShareAmountOutResponse struct + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgJoinSwapShareAmountOutResponse) Descriptor() ([]byte, []int) + func (*MsgJoinSwapShareAmountOutResponse) ProtoMessage() + func (m *MsgJoinSwapShareAmountOutResponse) Marshal() (dAtA []byte, err error) + func (m *MsgJoinSwapShareAmountOutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgJoinSwapShareAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgJoinSwapShareAmountOutResponse) Reset() + func (m *MsgJoinSwapShareAmountOutResponse) Size() (n int) + func (m *MsgJoinSwapShareAmountOutResponse) String() string + func (m *MsgJoinSwapShareAmountOutResponse) Unmarshal(dAtA []byte) error + func (m *MsgJoinSwapShareAmountOutResponse) XXX_DiscardUnknown() + func (m *MsgJoinSwapShareAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgJoinSwapShareAmountOutResponse) XXX_Merge(src proto.Message) + func (m *MsgJoinSwapShareAmountOutResponse) XXX_Size() int + func (m *MsgJoinSwapShareAmountOutResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + ExitPool func(context.Context, *MsgExitPool) (*MsgExitPoolResponse, error) + ExitSwapExternAmountOut func(context.Context, *MsgExitSwapExternAmountOut) (*MsgExitSwapExternAmountOutResponse, error) + ExitSwapShareAmountIn func(context.Context, *MsgExitSwapShareAmountIn) (*MsgExitSwapShareAmountInResponse, error) + JoinPool func(context.Context, *MsgJoinPool) (*MsgJoinPoolResponse, error) + JoinSwapExternAmountIn func(context.Context, *MsgJoinSwapExternAmountIn) (*MsgJoinSwapExternAmountInResponse, error) + JoinSwapShareAmountOut func(context.Context, *MsgJoinSwapShareAmountOut) (*MsgJoinSwapShareAmountOutResponse, error) + SwapExactAmountIn func(context.Context, *MsgSwapExactAmountIn) (*MsgSwapExactAmountInResponse, error) + SwapExactAmountOut func(context.Context, *MsgSwapExactAmountOut) (*MsgSwapExactAmountOutResponse, error) + type MsgSwapExactAmountIn struct + Routes []types1.SwapAmountInRoute + Sender string + TokenIn types.Coin + TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgSwapExactAmountIn) Descriptor() ([]byte, []int) + func (*MsgSwapExactAmountIn) ProtoMessage() + func (m *MsgSwapExactAmountIn) GetRoutes() []types1.SwapAmountInRoute + func (m *MsgSwapExactAmountIn) GetSender() string + func (m *MsgSwapExactAmountIn) GetTokenIn() types.Coin + func (m *MsgSwapExactAmountIn) Marshal() (dAtA []byte, err error) + func (m *MsgSwapExactAmountIn) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountIn) Reset() + func (m *MsgSwapExactAmountIn) Size() (n int) + func (m *MsgSwapExactAmountIn) String() string + func (m *MsgSwapExactAmountIn) Unmarshal(dAtA []byte) error + func (m *MsgSwapExactAmountIn) XXX_DiscardUnknown() + func (m *MsgSwapExactAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSwapExactAmountIn) XXX_Merge(src proto.Message) + func (m *MsgSwapExactAmountIn) XXX_Size() int + func (m *MsgSwapExactAmountIn) XXX_Unmarshal(b []byte) error + func (msg MsgSwapExactAmountIn) GetSignBytes() []byte + func (msg MsgSwapExactAmountIn) GetSigners() []sdk.AccAddress + func (msg MsgSwapExactAmountIn) Route() string + func (msg MsgSwapExactAmountIn) TokenDenomsOnPath() []string + func (msg MsgSwapExactAmountIn) TokenInDenom() string + func (msg MsgSwapExactAmountIn) TokenOutDenom() string + func (msg MsgSwapExactAmountIn) Type() string + func (msg MsgSwapExactAmountIn) ValidateBasic() error + type MsgSwapExactAmountInResponse struct + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgSwapExactAmountInResponse) Descriptor() ([]byte, []int) + func (*MsgSwapExactAmountInResponse) ProtoMessage() + func (m *MsgSwapExactAmountInResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSwapExactAmountInResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountInResponse) Reset() + func (m *MsgSwapExactAmountInResponse) Size() (n int) + func (m *MsgSwapExactAmountInResponse) String() string + func (m *MsgSwapExactAmountInResponse) Unmarshal(dAtA []byte) error + func (m *MsgSwapExactAmountInResponse) XXX_DiscardUnknown() + func (m *MsgSwapExactAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSwapExactAmountInResponse) XXX_Merge(src proto.Message) + func (m *MsgSwapExactAmountInResponse) XXX_Size() int + func (m *MsgSwapExactAmountInResponse) XXX_Unmarshal(b []byte) error + type MsgSwapExactAmountOut struct + Routes []types1.SwapAmountOutRoute + Sender string + TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int + TokenOut types.Coin + func (*MsgSwapExactAmountOut) Descriptor() ([]byte, []int) + func (*MsgSwapExactAmountOut) ProtoMessage() + func (m *MsgSwapExactAmountOut) GetRoutes() []types1.SwapAmountOutRoute + func (m *MsgSwapExactAmountOut) GetSender() string + func (m *MsgSwapExactAmountOut) GetTokenOut() types.Coin + func (m *MsgSwapExactAmountOut) Marshal() (dAtA []byte, err error) + func (m *MsgSwapExactAmountOut) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountOut) Reset() + func (m *MsgSwapExactAmountOut) Size() (n int) + func (m *MsgSwapExactAmountOut) String() string + func (m *MsgSwapExactAmountOut) Unmarshal(dAtA []byte) error + func (m *MsgSwapExactAmountOut) XXX_DiscardUnknown() + func (m *MsgSwapExactAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSwapExactAmountOut) XXX_Merge(src proto.Message) + func (m *MsgSwapExactAmountOut) XXX_Size() int + func (m *MsgSwapExactAmountOut) XXX_Unmarshal(b []byte) error + func (msg MsgSwapExactAmountOut) GetSignBytes() []byte + func (msg MsgSwapExactAmountOut) GetSigners() []sdk.AccAddress + func (msg MsgSwapExactAmountOut) Route() string + func (msg MsgSwapExactAmountOut) TokenDenomsOnPath() []string + func (msg MsgSwapExactAmountOut) TokenInDenom() string + func (msg MsgSwapExactAmountOut) TokenOutDenom() string + func (msg MsgSwapExactAmountOut) Type() string + func (msg MsgSwapExactAmountOut) ValidateBasic() error + type MsgSwapExactAmountOutResponse struct + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*MsgSwapExactAmountOutResponse) Descriptor() ([]byte, []int) + func (*MsgSwapExactAmountOutResponse) ProtoMessage() + func (m *MsgSwapExactAmountOutResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSwapExactAmountOutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSwapExactAmountOutResponse) Reset() + func (m *MsgSwapExactAmountOutResponse) Size() (n int) + func (m *MsgSwapExactAmountOutResponse) String() string + func (m *MsgSwapExactAmountOutResponse) Unmarshal(dAtA []byte) error + func (m *MsgSwapExactAmountOutResponse) XXX_DiscardUnknown() + func (m *MsgSwapExactAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSwapExactAmountOutResponse) XXX_Merge(src proto.Message) + func (m *MsgSwapExactAmountOutResponse) XXX_Size() int + func (m *MsgSwapExactAmountOutResponse) XXX_Unmarshal(b []byte) error + type MultiGammHooks []GammHooks + func NewMultiGammHooks(hooks ...GammHooks) MultiGammHooks + func (h MultiGammHooks) AfterCFMMPoolCreated(ctx sdk.Context, sender sdk.AccAddress, poolId uint64) + func (h MultiGammHooks) AfterCFMMSwap(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, input sdk.Coins, ...) + func (h MultiGammHooks) AfterExitPool(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, shareInAmount sdk.Int, ...) + func (h MultiGammHooks) AfterJoinPool(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, enterCoins sdk.Coins, ...) + type MultihopRoute interface + IntermediateDenoms func() []string + Length func() int + PoolIds func() []uint64 + type Params struct + PoolCreationFee github_com_cosmos_cosmos_sdk_types.Coins + func DefaultParams() Params + func NewParams(poolCreationFee sdk.Coins) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetPoolCreationFee() github_com_cosmos_cosmos_sdk_types.Coins + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) String() string + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) Validate() error + type PoolAmountOutExtension interface + CalcTokenInShareAmountOut func(ctx sdk.Context, tokenInDenom string, shareOutAmount sdk.Int, ...) (tokenInAmount sdk.Int, err error) + ExitSwapExactAmountOut func(ctx sdk.Context, tokenOut sdk.Coin, shareInMaxAmount sdk.Int) (shareInAmount sdk.Int, err error) + IncreaseLiquidity func(sharesOut sdk.Int, coinsIn sdk.Coins) + JoinPoolTokenInMaxShareAmountOut func(ctx sdk.Context, tokenInDenom string, shareOutAmount sdk.Int) (tokenInAmount sdk.Int, err error) + type PoolDoesNotExistError struct + PoolId uint64 + func (e PoolDoesNotExistError) Error() string + type PoolIncentivesKeeper interface + GetDistrInfo func(ctx sdk.Context) types.DistrInfo + GetGaugesForCFMMPool func(ctx sdk.Context, poolId uint64) ([]incentivestypes.Gauge, error) + GetPoolGaugeId func(ctx sdk.Context, poolId uint64, lockableDuration time.Duration) (uint64, error) + SetDistrInfo func(ctx sdk.Context, distrInfo types.DistrInfo) + type PoolManager interface + CreatePool func(ctx sdk.Context, msg poolmanagertypes.CreatePoolMsg) (uint64, error) + GetNextPoolId func(ctx sdk.Context) uint64 + GetPool func(ctx sdk.Context, poolId uint64) (poolmanagertypes.PoolI, error) + GetPoolModule func(ctx sdk.Context, poolId uint64) (poolmanagertypes.PoolModuleI, error) + MultihopEstimateInGivenExactAmountOut func(ctx sdk.Context, routes []poolmanagertypes.SwapAmountOutRoute, ...) (tokenInAmount sdk.Int, err error) + MultihopEstimateOutGivenExactAmountIn func(ctx sdk.Context, routes []poolmanagertypes.SwapAmountInRoute, tokenIn sdk.Coin) (tokenOutAmount sdk.Int, err error) + RouteExactAmountIn func(ctx sdk.Context, sender sdk.AccAddress, ...) (tokenOutAmount sdk.Int, err error) + RouteExactAmountOut func(ctx sdk.Context, sender sdk.AccAddress, ...) (tokenInAmount sdk.Int, err error) + type QueryCalcExitPoolCoinsFromSharesRequest struct + PoolId uint64 + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*QueryCalcExitPoolCoinsFromSharesRequest) Descriptor() ([]byte, []int) + func (*QueryCalcExitPoolCoinsFromSharesRequest) ProtoMessage() + func (m *QueryCalcExitPoolCoinsFromSharesRequest) GetPoolId() uint64 + func (m *QueryCalcExitPoolCoinsFromSharesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCalcExitPoolCoinsFromSharesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCalcExitPoolCoinsFromSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCalcExitPoolCoinsFromSharesRequest) Reset() + func (m *QueryCalcExitPoolCoinsFromSharesRequest) Size() (n int) + func (m *QueryCalcExitPoolCoinsFromSharesRequest) String() string + func (m *QueryCalcExitPoolCoinsFromSharesRequest) Unmarshal(dAtA []byte) error + func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_DiscardUnknown() + func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Merge(src proto.Message) + func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Size() int + func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Unmarshal(b []byte) error + type QueryCalcExitPoolCoinsFromSharesResponse struct + TokensOut github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryCalcExitPoolCoinsFromSharesResponse) Descriptor() ([]byte, []int) + func (*QueryCalcExitPoolCoinsFromSharesResponse) ProtoMessage() + func (m *QueryCalcExitPoolCoinsFromSharesResponse) GetTokensOut() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryCalcExitPoolCoinsFromSharesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCalcExitPoolCoinsFromSharesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCalcExitPoolCoinsFromSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCalcExitPoolCoinsFromSharesResponse) Reset() + func (m *QueryCalcExitPoolCoinsFromSharesResponse) Size() (n int) + func (m *QueryCalcExitPoolCoinsFromSharesResponse) String() string + func (m *QueryCalcExitPoolCoinsFromSharesResponse) Unmarshal(dAtA []byte) error + func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_DiscardUnknown() + func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Merge(src proto.Message) + func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Size() int + func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Unmarshal(b []byte) error + type QueryCalcJoinPoolNoSwapSharesRequest struct + PoolId uint64 + TokensIn github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryCalcJoinPoolNoSwapSharesRequest) Descriptor() ([]byte, []int) + func (*QueryCalcJoinPoolNoSwapSharesRequest) ProtoMessage() + func (m *QueryCalcJoinPoolNoSwapSharesRequest) GetPoolId() uint64 + func (m *QueryCalcJoinPoolNoSwapSharesRequest) GetTokensIn() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryCalcJoinPoolNoSwapSharesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCalcJoinPoolNoSwapSharesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolNoSwapSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolNoSwapSharesRequest) Reset() + func (m *QueryCalcJoinPoolNoSwapSharesRequest) Size() (n int) + func (m *QueryCalcJoinPoolNoSwapSharesRequest) String() string + func (m *QueryCalcJoinPoolNoSwapSharesRequest) Unmarshal(dAtA []byte) error + func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_DiscardUnknown() + func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Merge(src proto.Message) + func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Size() int + func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Unmarshal(b []byte) error + type QueryCalcJoinPoolNoSwapSharesResponse struct + SharesOut github_com_cosmos_cosmos_sdk_types.Int + TokensOut github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryCalcJoinPoolNoSwapSharesResponse) Descriptor() ([]byte, []int) + func (*QueryCalcJoinPoolNoSwapSharesResponse) ProtoMessage() + func (m *QueryCalcJoinPoolNoSwapSharesResponse) GetTokensOut() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryCalcJoinPoolNoSwapSharesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCalcJoinPoolNoSwapSharesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolNoSwapSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolNoSwapSharesResponse) Reset() + func (m *QueryCalcJoinPoolNoSwapSharesResponse) Size() (n int) + func (m *QueryCalcJoinPoolNoSwapSharesResponse) String() string + func (m *QueryCalcJoinPoolNoSwapSharesResponse) Unmarshal(dAtA []byte) error + func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_DiscardUnknown() + func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Merge(src proto.Message) + func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Size() int + func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Unmarshal(b []byte) error + type QueryCalcJoinPoolSharesRequest struct + PoolId uint64 + TokensIn github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryCalcJoinPoolSharesRequest) Descriptor() ([]byte, []int) + func (*QueryCalcJoinPoolSharesRequest) ProtoMessage() + func (m *QueryCalcJoinPoolSharesRequest) GetPoolId() uint64 + func (m *QueryCalcJoinPoolSharesRequest) GetTokensIn() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryCalcJoinPoolSharesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCalcJoinPoolSharesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolSharesRequest) Reset() + func (m *QueryCalcJoinPoolSharesRequest) Size() (n int) + func (m *QueryCalcJoinPoolSharesRequest) String() string + func (m *QueryCalcJoinPoolSharesRequest) Unmarshal(dAtA []byte) error + func (m *QueryCalcJoinPoolSharesRequest) XXX_DiscardUnknown() + func (m *QueryCalcJoinPoolSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCalcJoinPoolSharesRequest) XXX_Merge(src proto.Message) + func (m *QueryCalcJoinPoolSharesRequest) XXX_Size() int + func (m *QueryCalcJoinPoolSharesRequest) XXX_Unmarshal(b []byte) error + type QueryCalcJoinPoolSharesResponse struct + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int + TokensOut github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryCalcJoinPoolSharesResponse) Descriptor() ([]byte, []int) + func (*QueryCalcJoinPoolSharesResponse) ProtoMessage() + func (m *QueryCalcJoinPoolSharesResponse) GetTokensOut() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryCalcJoinPoolSharesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCalcJoinPoolSharesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCalcJoinPoolSharesResponse) Reset() + func (m *QueryCalcJoinPoolSharesResponse) Size() (n int) + func (m *QueryCalcJoinPoolSharesResponse) String() string + func (m *QueryCalcJoinPoolSharesResponse) Unmarshal(dAtA []byte) error + func (m *QueryCalcJoinPoolSharesResponse) XXX_DiscardUnknown() + func (m *QueryCalcJoinPoolSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCalcJoinPoolSharesResponse) XXX_Merge(src proto.Message) + func (m *QueryCalcJoinPoolSharesResponse) XXX_Size() int + func (m *QueryCalcJoinPoolSharesResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + CalcExitPoolCoinsFromShares func(ctx context.Context, in *QueryCalcExitPoolCoinsFromSharesRequest, ...) (*QueryCalcExitPoolCoinsFromSharesResponse, error) + CalcJoinPoolNoSwapShares func(ctx context.Context, in *QueryCalcJoinPoolNoSwapSharesRequest, ...) (*QueryCalcJoinPoolNoSwapSharesResponse, error) + CalcJoinPoolShares func(ctx context.Context, in *QueryCalcJoinPoolSharesRequest, ...) (*QueryCalcJoinPoolSharesResponse, error) + ConcentratedPoolIdLinkFromCFMM func(ctx context.Context, in *QueryConcentratedPoolIdLinkFromCFMMRequest, ...) (*QueryConcentratedPoolIdLinkFromCFMMResponse, error) + EstimateSwapExactAmountIn func(ctx context.Context, in *QuerySwapExactAmountInRequest, ...) (*QuerySwapExactAmountInResponse, error) + EstimateSwapExactAmountOut func(ctx context.Context, in *QuerySwapExactAmountOutRequest, ...) (*QuerySwapExactAmountOutResponse, error) + NumPools func(ctx context.Context, in *QueryNumPoolsRequest, opts ...grpc.CallOption) (*QueryNumPoolsResponse, error) + Pool func(ctx context.Context, in *QueryPoolRequest, opts ...grpc.CallOption) (*QueryPoolResponse, error) + PoolParams func(ctx context.Context, in *QueryPoolParamsRequest, opts ...grpc.CallOption) (*QueryPoolParamsResponse, error) + PoolType func(ctx context.Context, in *QueryPoolTypeRequest, opts ...grpc.CallOption) (*QueryPoolTypeResponse, error) + Pools func(ctx context.Context, in *QueryPoolsRequest, opts ...grpc.CallOption) (*QueryPoolsResponse, error) + PoolsWithFilter func(ctx context.Context, in *QueryPoolsWithFilterRequest, opts ...grpc.CallOption) (*QueryPoolsWithFilterResponse, error) + SpotPrice func(ctx context.Context, in *QuerySpotPriceRequest, opts ...grpc.CallOption) (*QuerySpotPriceResponse, error) + TotalLiquidity func(ctx context.Context, in *QueryTotalLiquidityRequest, opts ...grpc.CallOption) (*QueryTotalLiquidityResponse, error) + TotalPoolLiquidity func(ctx context.Context, in *QueryTotalPoolLiquidityRequest, ...) (*QueryTotalPoolLiquidityResponse, error) + TotalShares func(ctx context.Context, in *QueryTotalSharesRequest, opts ...grpc.CallOption) (*QueryTotalSharesResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryConcentratedPoolIdLinkFromCFMMRequest struct + CfmmPoolId uint64 + func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Descriptor() ([]byte, []int) + func (*QueryConcentratedPoolIdLinkFromCFMMRequest) ProtoMessage() + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) GetCfmmPoolId() uint64 + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Marshal() (dAtA []byte, err error) + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Reset() + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Size() (n int) + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) String() string + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Unmarshal(dAtA []byte) error + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_DiscardUnknown() + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Merge(src proto.Message) + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Size() int + func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Unmarshal(b []byte) error + type QueryConcentratedPoolIdLinkFromCFMMResponse struct + ConcentratedPoolId uint64 + func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Descriptor() ([]byte, []int) + func (*QueryConcentratedPoolIdLinkFromCFMMResponse) ProtoMessage() + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) GetConcentratedPoolId() uint64 + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Marshal() (dAtA []byte, err error) + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Reset() + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Size() (n int) + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) String() string + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Unmarshal(dAtA []byte) error + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_DiscardUnknown() + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Merge(src proto.Message) + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Size() int + func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Unmarshal(b []byte) error + type QueryNumPoolsRequest struct + func (*QueryNumPoolsRequest) Descriptor() ([]byte, []int) + func (*QueryNumPoolsRequest) ProtoMessage() + func (m *QueryNumPoolsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryNumPoolsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryNumPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryNumPoolsRequest) Reset() + func (m *QueryNumPoolsRequest) Size() (n int) + func (m *QueryNumPoolsRequest) String() string + func (m *QueryNumPoolsRequest) Unmarshal(dAtA []byte) error + func (m *QueryNumPoolsRequest) XXX_DiscardUnknown() + func (m *QueryNumPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryNumPoolsRequest) XXX_Merge(src proto.Message) + func (m *QueryNumPoolsRequest) XXX_Size() int + func (m *QueryNumPoolsRequest) XXX_Unmarshal(b []byte) error + type QueryNumPoolsResponse struct + NumPools uint64 + func (*QueryNumPoolsResponse) Descriptor() ([]byte, []int) + func (*QueryNumPoolsResponse) ProtoMessage() + func (m *QueryNumPoolsResponse) GetNumPools() uint64 + func (m *QueryNumPoolsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryNumPoolsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryNumPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryNumPoolsResponse) Reset() + func (m *QueryNumPoolsResponse) Size() (n int) + func (m *QueryNumPoolsResponse) String() string + func (m *QueryNumPoolsResponse) Unmarshal(dAtA []byte) error + func (m *QueryNumPoolsResponse) XXX_DiscardUnknown() + func (m *QueryNumPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryNumPoolsResponse) XXX_Merge(src proto.Message) + func (m *QueryNumPoolsResponse) XXX_Size() int + func (m *QueryNumPoolsResponse) XXX_Unmarshal(b []byte) error + type QueryPoolParamsRequest struct + PoolId uint64 + func (*QueryPoolParamsRequest) Descriptor() ([]byte, []int) + func (*QueryPoolParamsRequest) ProtoMessage() + func (m *QueryPoolParamsRequest) GetPoolId() uint64 + func (m *QueryPoolParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPoolParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolParamsRequest) Reset() + func (m *QueryPoolParamsRequest) Size() (n int) + func (m *QueryPoolParamsRequest) String() string + func (m *QueryPoolParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryPoolParamsRequest) XXX_DiscardUnknown() + func (m *QueryPoolParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryPoolParamsRequest) XXX_Size() int + func (m *QueryPoolParamsRequest) XXX_Unmarshal(b []byte) error + type QueryPoolParamsResponse struct + Params *types.Any + func (*QueryPoolParamsResponse) Descriptor() ([]byte, []int) + func (*QueryPoolParamsResponse) ProtoMessage() + func (m *QueryPoolParamsResponse) GetParams() *types.Any + func (m *QueryPoolParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPoolParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolParamsResponse) Reset() + func (m *QueryPoolParamsResponse) Size() (n int) + func (m *QueryPoolParamsResponse) String() string + func (m *QueryPoolParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryPoolParamsResponse) XXX_DiscardUnknown() + func (m *QueryPoolParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryPoolParamsResponse) XXX_Size() int + func (m *QueryPoolParamsResponse) XXX_Unmarshal(b []byte) error + type QueryPoolRequest struct + PoolId uint64 + func (*QueryPoolRequest) Descriptor() ([]byte, []int) + func (*QueryPoolRequest) ProtoMessage() + func (m *QueryPoolRequest) GetPoolId() uint64 + func (m *QueryPoolRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPoolRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolRequest) Reset() + func (m *QueryPoolRequest) Size() (n int) + func (m *QueryPoolRequest) String() string + func (m *QueryPoolRequest) Unmarshal(dAtA []byte) error + func (m *QueryPoolRequest) XXX_DiscardUnknown() + func (m *QueryPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolRequest) XXX_Merge(src proto.Message) + func (m *QueryPoolRequest) XXX_Size() int + func (m *QueryPoolRequest) XXX_Unmarshal(b []byte) error + type QueryPoolResponse struct + Pool *types.Any + func (*QueryPoolResponse) Descriptor() ([]byte, []int) + func (*QueryPoolResponse) ProtoMessage() + func (m *QueryPoolResponse) GetPool() *types.Any + func (m *QueryPoolResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolResponse) Reset() + func (m *QueryPoolResponse) Size() (n int) + func (m *QueryPoolResponse) String() string + func (m *QueryPoolResponse) Unmarshal(dAtA []byte) error + func (m *QueryPoolResponse) XXX_DiscardUnknown() + func (m *QueryPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolResponse) XXX_Merge(src proto.Message) + func (m *QueryPoolResponse) XXX_Size() int + func (m *QueryPoolResponse) XXX_Unmarshal(b []byte) error + type QueryPoolTypeRequest struct + PoolId uint64 + func (*QueryPoolTypeRequest) Descriptor() ([]byte, []int) + func (*QueryPoolTypeRequest) ProtoMessage() + func (m *QueryPoolTypeRequest) GetPoolId() uint64 + func (m *QueryPoolTypeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPoolTypeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolTypeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolTypeRequest) Reset() + func (m *QueryPoolTypeRequest) Size() (n int) + func (m *QueryPoolTypeRequest) String() string + func (m *QueryPoolTypeRequest) Unmarshal(dAtA []byte) error + func (m *QueryPoolTypeRequest) XXX_DiscardUnknown() + func (m *QueryPoolTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolTypeRequest) XXX_Merge(src proto.Message) + func (m *QueryPoolTypeRequest) XXX_Size() int + func (m *QueryPoolTypeRequest) XXX_Unmarshal(b []byte) error + type QueryPoolTypeResponse struct + PoolType string + func (*QueryPoolTypeResponse) Descriptor() ([]byte, []int) + func (*QueryPoolTypeResponse) ProtoMessage() + func (m *QueryPoolTypeResponse) GetPoolType() string + func (m *QueryPoolTypeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPoolTypeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolTypeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolTypeResponse) Reset() + func (m *QueryPoolTypeResponse) Size() (n int) + func (m *QueryPoolTypeResponse) String() string + func (m *QueryPoolTypeResponse) Unmarshal(dAtA []byte) error + func (m *QueryPoolTypeResponse) XXX_DiscardUnknown() + func (m *QueryPoolTypeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolTypeResponse) XXX_Merge(src proto.Message) + func (m *QueryPoolTypeResponse) XXX_Size() int + func (m *QueryPoolTypeResponse) XXX_Unmarshal(b []byte) error + type QueryPoolsRequest struct + Pagination *query.PageRequest + func (*QueryPoolsRequest) Descriptor() ([]byte, []int) + func (*QueryPoolsRequest) ProtoMessage() + func (m *QueryPoolsRequest) GetPagination() *query.PageRequest + func (m *QueryPoolsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPoolsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolsRequest) Reset() + func (m *QueryPoolsRequest) Size() (n int) + func (m *QueryPoolsRequest) String() string + func (m *QueryPoolsRequest) Unmarshal(dAtA []byte) error + func (m *QueryPoolsRequest) XXX_DiscardUnknown() + func (m *QueryPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolsRequest) XXX_Merge(src proto.Message) + func (m *QueryPoolsRequest) XXX_Size() int + func (m *QueryPoolsRequest) XXX_Unmarshal(b []byte) error + type QueryPoolsResponse struct + Pagination *query.PageResponse + Pools []*types.Any + func (*QueryPoolsResponse) Descriptor() ([]byte, []int) + func (*QueryPoolsResponse) ProtoMessage() + func (m *QueryPoolsResponse) GetPagination() *query.PageResponse + func (m *QueryPoolsResponse) GetPools() []*types.Any + func (m *QueryPoolsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPoolsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolsResponse) Reset() + func (m *QueryPoolsResponse) Size() (n int) + func (m *QueryPoolsResponse) String() string + func (m *QueryPoolsResponse) Unmarshal(dAtA []byte) error + func (m *QueryPoolsResponse) XXX_DiscardUnknown() + func (m *QueryPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolsResponse) XXX_Merge(src proto.Message) + func (m *QueryPoolsResponse) XXX_Size() int + func (m *QueryPoolsResponse) XXX_Unmarshal(b []byte) error + type QueryPoolsWithFilterRequest struct + MinLiquidity string + Pagination *query.PageRequest + PoolType string + func (*QueryPoolsWithFilterRequest) Descriptor() ([]byte, []int) + func (*QueryPoolsWithFilterRequest) ProtoMessage() + func (m *QueryPoolsWithFilterRequest) GetMinLiquidity() string + func (m *QueryPoolsWithFilterRequest) GetPagination() *query.PageRequest + func (m *QueryPoolsWithFilterRequest) GetPoolType() string + func (m *QueryPoolsWithFilterRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPoolsWithFilterRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolsWithFilterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolsWithFilterRequest) Reset() + func (m *QueryPoolsWithFilterRequest) Size() (n int) + func (m *QueryPoolsWithFilterRequest) String() string + func (m *QueryPoolsWithFilterRequest) Unmarshal(dAtA []byte) error + func (m *QueryPoolsWithFilterRequest) XXX_DiscardUnknown() + func (m *QueryPoolsWithFilterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolsWithFilterRequest) XXX_Merge(src proto.Message) + func (m *QueryPoolsWithFilterRequest) XXX_Size() int + func (m *QueryPoolsWithFilterRequest) XXX_Unmarshal(b []byte) error + type QueryPoolsWithFilterResponse struct + Pagination *query.PageResponse + Pools []*types.Any + func (*QueryPoolsWithFilterResponse) Descriptor() ([]byte, []int) + func (*QueryPoolsWithFilterResponse) ProtoMessage() + func (m *QueryPoolsWithFilterResponse) GetPagination() *query.PageResponse + func (m *QueryPoolsWithFilterResponse) GetPools() []*types.Any + func (m *QueryPoolsWithFilterResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPoolsWithFilterResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolsWithFilterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolsWithFilterResponse) Reset() + func (m *QueryPoolsWithFilterResponse) Size() (n int) + func (m *QueryPoolsWithFilterResponse) String() string + func (m *QueryPoolsWithFilterResponse) Unmarshal(dAtA []byte) error + func (m *QueryPoolsWithFilterResponse) XXX_DiscardUnknown() + func (m *QueryPoolsWithFilterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolsWithFilterResponse) XXX_Merge(src proto.Message) + func (m *QueryPoolsWithFilterResponse) XXX_Size() int + func (m *QueryPoolsWithFilterResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + CalcExitPoolCoinsFromShares func(context.Context, *QueryCalcExitPoolCoinsFromSharesRequest) (*QueryCalcExitPoolCoinsFromSharesResponse, error) + CalcJoinPoolNoSwapShares func(context.Context, *QueryCalcJoinPoolNoSwapSharesRequest) (*QueryCalcJoinPoolNoSwapSharesResponse, error) + CalcJoinPoolShares func(context.Context, *QueryCalcJoinPoolSharesRequest) (*QueryCalcJoinPoolSharesResponse, error) + ConcentratedPoolIdLinkFromCFMM func(context.Context, *QueryConcentratedPoolIdLinkFromCFMMRequest) (*QueryConcentratedPoolIdLinkFromCFMMResponse, error) + EstimateSwapExactAmountIn func(context.Context, *QuerySwapExactAmountInRequest) (*QuerySwapExactAmountInResponse, error) + EstimateSwapExactAmountOut func(context.Context, *QuerySwapExactAmountOutRequest) (*QuerySwapExactAmountOutResponse, error) + NumPools func(context.Context, *QueryNumPoolsRequest) (*QueryNumPoolsResponse, error) + Pool func(context.Context, *QueryPoolRequest) (*QueryPoolResponse, error) + PoolParams func(context.Context, *QueryPoolParamsRequest) (*QueryPoolParamsResponse, error) + PoolType func(context.Context, *QueryPoolTypeRequest) (*QueryPoolTypeResponse, error) + Pools func(context.Context, *QueryPoolsRequest) (*QueryPoolsResponse, error) + PoolsWithFilter func(context.Context, *QueryPoolsWithFilterRequest) (*QueryPoolsWithFilterResponse, error) + SpotPrice func(context.Context, *QuerySpotPriceRequest) (*QuerySpotPriceResponse, error) + TotalLiquidity func(context.Context, *QueryTotalLiquidityRequest) (*QueryTotalLiquidityResponse, error) + TotalPoolLiquidity func(context.Context, *QueryTotalPoolLiquidityRequest) (*QueryTotalPoolLiquidityResponse, error) + TotalShares func(context.Context, *QueryTotalSharesRequest) (*QueryTotalSharesResponse, error) + type QuerySpotPriceRequest struct + BaseAssetDenom string + PoolId uint64 + QuoteAssetDenom string + func (*QuerySpotPriceRequest) Descriptor() ([]byte, []int) + func (*QuerySpotPriceRequest) ProtoMessage() + func (m *QuerySpotPriceRequest) GetBaseAssetDenom() string + func (m *QuerySpotPriceRequest) GetPoolId() uint64 + func (m *QuerySpotPriceRequest) GetQuoteAssetDenom() string + func (m *QuerySpotPriceRequest) Marshal() (dAtA []byte, err error) + func (m *QuerySpotPriceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySpotPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySpotPriceRequest) Reset() + func (m *QuerySpotPriceRequest) Size() (n int) + func (m *QuerySpotPriceRequest) String() string + func (m *QuerySpotPriceRequest) Unmarshal(dAtA []byte) error + func (m *QuerySpotPriceRequest) XXX_DiscardUnknown() + func (m *QuerySpotPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySpotPriceRequest) XXX_Merge(src proto.Message) + func (m *QuerySpotPriceRequest) XXX_Size() int + func (m *QuerySpotPriceRequest) XXX_Unmarshal(b []byte) error + type QuerySpotPriceResponse struct + SpotPrice string + func (*QuerySpotPriceResponse) Descriptor() ([]byte, []int) + func (*QuerySpotPriceResponse) ProtoMessage() + func (m *QuerySpotPriceResponse) GetSpotPrice() string + func (m *QuerySpotPriceResponse) Marshal() (dAtA []byte, err error) + func (m *QuerySpotPriceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySpotPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySpotPriceResponse) Reset() + func (m *QuerySpotPriceResponse) Size() (n int) + func (m *QuerySpotPriceResponse) String() string + func (m *QuerySpotPriceResponse) Unmarshal(dAtA []byte) error + func (m *QuerySpotPriceResponse) XXX_DiscardUnknown() + func (m *QuerySpotPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySpotPriceResponse) XXX_Merge(src proto.Message) + func (m *QuerySpotPriceResponse) XXX_Size() int + func (m *QuerySpotPriceResponse) XXX_Unmarshal(b []byte) error + type QuerySwapExactAmountInRequest struct + PoolId uint64 + Routes []types2.SwapAmountInRoute + Sender string + TokenIn string + func (*QuerySwapExactAmountInRequest) Descriptor() ([]byte, []int) + func (*QuerySwapExactAmountInRequest) ProtoMessage() + func (m *QuerySwapExactAmountInRequest) GetPoolId() uint64 + func (m *QuerySwapExactAmountInRequest) GetRoutes() []types2.SwapAmountInRoute + func (m *QuerySwapExactAmountInRequest) GetSender() string + func (m *QuerySwapExactAmountInRequest) GetTokenIn() string + func (m *QuerySwapExactAmountInRequest) Marshal() (dAtA []byte, err error) + func (m *QuerySwapExactAmountInRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountInRequest) Reset() + func (m *QuerySwapExactAmountInRequest) Size() (n int) + func (m *QuerySwapExactAmountInRequest) String() string + func (m *QuerySwapExactAmountInRequest) Unmarshal(dAtA []byte) error + func (m *QuerySwapExactAmountInRequest) XXX_DiscardUnknown() + func (m *QuerySwapExactAmountInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySwapExactAmountInRequest) XXX_Merge(src proto.Message) + func (m *QuerySwapExactAmountInRequest) XXX_Size() int + func (m *QuerySwapExactAmountInRequest) XXX_Unmarshal(b []byte) error + type QuerySwapExactAmountInResponse struct + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int + func (*QuerySwapExactAmountInResponse) Descriptor() ([]byte, []int) + func (*QuerySwapExactAmountInResponse) ProtoMessage() + func (m *QuerySwapExactAmountInResponse) Marshal() (dAtA []byte, err error) + func (m *QuerySwapExactAmountInResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountInResponse) Reset() + func (m *QuerySwapExactAmountInResponse) Size() (n int) + func (m *QuerySwapExactAmountInResponse) String() string + func (m *QuerySwapExactAmountInResponse) Unmarshal(dAtA []byte) error + func (m *QuerySwapExactAmountInResponse) XXX_DiscardUnknown() + func (m *QuerySwapExactAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySwapExactAmountInResponse) XXX_Merge(src proto.Message) + func (m *QuerySwapExactAmountInResponse) XXX_Size() int + func (m *QuerySwapExactAmountInResponse) XXX_Unmarshal(b []byte) error + type QuerySwapExactAmountOutRequest struct + PoolId uint64 + Routes []types2.SwapAmountOutRoute + Sender string + TokenOut string + func (*QuerySwapExactAmountOutRequest) Descriptor() ([]byte, []int) + func (*QuerySwapExactAmountOutRequest) ProtoMessage() + func (m *QuerySwapExactAmountOutRequest) GetPoolId() uint64 + func (m *QuerySwapExactAmountOutRequest) GetRoutes() []types2.SwapAmountOutRoute + func (m *QuerySwapExactAmountOutRequest) GetSender() string + func (m *QuerySwapExactAmountOutRequest) GetTokenOut() string + func (m *QuerySwapExactAmountOutRequest) Marshal() (dAtA []byte, err error) + func (m *QuerySwapExactAmountOutRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountOutRequest) Reset() + func (m *QuerySwapExactAmountOutRequest) Size() (n int) + func (m *QuerySwapExactAmountOutRequest) String() string + func (m *QuerySwapExactAmountOutRequest) Unmarshal(dAtA []byte) error + func (m *QuerySwapExactAmountOutRequest) XXX_DiscardUnknown() + func (m *QuerySwapExactAmountOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySwapExactAmountOutRequest) XXX_Merge(src proto.Message) + func (m *QuerySwapExactAmountOutRequest) XXX_Size() int + func (m *QuerySwapExactAmountOutRequest) XXX_Unmarshal(b []byte) error + type QuerySwapExactAmountOutResponse struct + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*QuerySwapExactAmountOutResponse) Descriptor() ([]byte, []int) + func (*QuerySwapExactAmountOutResponse) ProtoMessage() + func (m *QuerySwapExactAmountOutResponse) Marshal() (dAtA []byte, err error) + func (m *QuerySwapExactAmountOutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySwapExactAmountOutResponse) Reset() + func (m *QuerySwapExactAmountOutResponse) Size() (n int) + func (m *QuerySwapExactAmountOutResponse) String() string + func (m *QuerySwapExactAmountOutResponse) Unmarshal(dAtA []byte) error + func (m *QuerySwapExactAmountOutResponse) XXX_DiscardUnknown() + func (m *QuerySwapExactAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySwapExactAmountOutResponse) XXX_Merge(src proto.Message) + func (m *QuerySwapExactAmountOutResponse) XXX_Size() int + func (m *QuerySwapExactAmountOutResponse) XXX_Unmarshal(b []byte) error + type QueryTotalLiquidityRequest struct + func (*QueryTotalLiquidityRequest) Descriptor() ([]byte, []int) + func (*QueryTotalLiquidityRequest) ProtoMessage() + func (m *QueryTotalLiquidityRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTotalLiquidityRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTotalLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTotalLiquidityRequest) Reset() + func (m *QueryTotalLiquidityRequest) Size() (n int) + func (m *QueryTotalLiquidityRequest) String() string + func (m *QueryTotalLiquidityRequest) Unmarshal(dAtA []byte) error + func (m *QueryTotalLiquidityRequest) XXX_DiscardUnknown() + func (m *QueryTotalLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTotalLiquidityRequest) XXX_Merge(src proto.Message) + func (m *QueryTotalLiquidityRequest) XXX_Size() int + func (m *QueryTotalLiquidityRequest) XXX_Unmarshal(b []byte) error + type QueryTotalLiquidityResponse struct + Liquidity github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryTotalLiquidityResponse) Descriptor() ([]byte, []int) + func (*QueryTotalLiquidityResponse) ProtoMessage() + func (m *QueryTotalLiquidityResponse) GetLiquidity() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryTotalLiquidityResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTotalLiquidityResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTotalLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTotalLiquidityResponse) Reset() + func (m *QueryTotalLiquidityResponse) Size() (n int) + func (m *QueryTotalLiquidityResponse) String() string + func (m *QueryTotalLiquidityResponse) Unmarshal(dAtA []byte) error + func (m *QueryTotalLiquidityResponse) XXX_DiscardUnknown() + func (m *QueryTotalLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTotalLiquidityResponse) XXX_Merge(src proto.Message) + func (m *QueryTotalLiquidityResponse) XXX_Size() int + func (m *QueryTotalLiquidityResponse) XXX_Unmarshal(b []byte) error + type QueryTotalPoolLiquidityRequest struct + PoolId uint64 + func (*QueryTotalPoolLiquidityRequest) Descriptor() ([]byte, []int) + func (*QueryTotalPoolLiquidityRequest) ProtoMessage() + func (m *QueryTotalPoolLiquidityRequest) GetPoolId() uint64 + func (m *QueryTotalPoolLiquidityRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTotalPoolLiquidityRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTotalPoolLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTotalPoolLiquidityRequest) Reset() + func (m *QueryTotalPoolLiquidityRequest) Size() (n int) + func (m *QueryTotalPoolLiquidityRequest) String() string + func (m *QueryTotalPoolLiquidityRequest) Unmarshal(dAtA []byte) error + func (m *QueryTotalPoolLiquidityRequest) XXX_DiscardUnknown() + func (m *QueryTotalPoolLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTotalPoolLiquidityRequest) XXX_Merge(src proto.Message) + func (m *QueryTotalPoolLiquidityRequest) XXX_Size() int + func (m *QueryTotalPoolLiquidityRequest) XXX_Unmarshal(b []byte) error + type QueryTotalPoolLiquidityResponse struct + Liquidity github_com_cosmos_cosmos_sdk_types.Coins + func (*QueryTotalPoolLiquidityResponse) Descriptor() ([]byte, []int) + func (*QueryTotalPoolLiquidityResponse) ProtoMessage() + func (m *QueryTotalPoolLiquidityResponse) GetLiquidity() github_com_cosmos_cosmos_sdk_types.Coins + func (m *QueryTotalPoolLiquidityResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTotalPoolLiquidityResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTotalPoolLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTotalPoolLiquidityResponse) Reset() + func (m *QueryTotalPoolLiquidityResponse) Size() (n int) + func (m *QueryTotalPoolLiquidityResponse) String() string + func (m *QueryTotalPoolLiquidityResponse) Unmarshal(dAtA []byte) error + func (m *QueryTotalPoolLiquidityResponse) XXX_DiscardUnknown() + func (m *QueryTotalPoolLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTotalPoolLiquidityResponse) XXX_Merge(src proto.Message) + func (m *QueryTotalPoolLiquidityResponse) XXX_Size() int + func (m *QueryTotalPoolLiquidityResponse) XXX_Unmarshal(b []byte) error + type QueryTotalSharesRequest struct + PoolId uint64 + func (*QueryTotalSharesRequest) Descriptor() ([]byte, []int) + func (*QueryTotalSharesRequest) ProtoMessage() + func (m *QueryTotalSharesRequest) GetPoolId() uint64 + func (m *QueryTotalSharesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTotalSharesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTotalSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTotalSharesRequest) Reset() + func (m *QueryTotalSharesRequest) Size() (n int) + func (m *QueryTotalSharesRequest) String() string + func (m *QueryTotalSharesRequest) Unmarshal(dAtA []byte) error + func (m *QueryTotalSharesRequest) XXX_DiscardUnknown() + func (m *QueryTotalSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTotalSharesRequest) XXX_Merge(src proto.Message) + func (m *QueryTotalSharesRequest) XXX_Size() int + func (m *QueryTotalSharesRequest) XXX_Unmarshal(b []byte) error + type QueryTotalSharesResponse struct + TotalShares types1.Coin + func (*QueryTotalSharesResponse) Descriptor() ([]byte, []int) + func (*QueryTotalSharesResponse) ProtoMessage() + func (m *QueryTotalSharesResponse) GetTotalShares() types1.Coin + func (m *QueryTotalSharesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTotalSharesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTotalSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTotalSharesResponse) Reset() + func (m *QueryTotalSharesResponse) Size() (n int) + func (m *QueryTotalSharesResponse) String() string + func (m *QueryTotalSharesResponse) Unmarshal(dAtA []byte) error + func (m *QueryTotalSharesResponse) XXX_DiscardUnknown() + func (m *QueryTotalSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTotalSharesResponse) XXX_Merge(src proto.Message) + func (m *QueryTotalSharesResponse) XXX_Size() int + func (m *QueryTotalSharesResponse) XXX_Unmarshal(b []byte) error + type ReplaceMigrationRecordsProposal struct + Description string + Records []migration.BalancerToConcentratedPoolLink + Title string + func (*ReplaceMigrationRecordsProposal) Descriptor() ([]byte, []int) + func (*ReplaceMigrationRecordsProposal) ProtoMessage() + func (m *ReplaceMigrationRecordsProposal) Marshal() (dAtA []byte, err error) + func (m *ReplaceMigrationRecordsProposal) MarshalTo(dAtA []byte) (int, error) + func (m *ReplaceMigrationRecordsProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ReplaceMigrationRecordsProposal) Reset() + func (m *ReplaceMigrationRecordsProposal) Size() (n int) + func (m *ReplaceMigrationRecordsProposal) Unmarshal(dAtA []byte) error + func (m *ReplaceMigrationRecordsProposal) XXX_DiscardUnknown() + func (m *ReplaceMigrationRecordsProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReplaceMigrationRecordsProposal) XXX_Merge(src proto.Message) + func (m *ReplaceMigrationRecordsProposal) XXX_Size() int + func (m *ReplaceMigrationRecordsProposal) XXX_Unmarshal(b []byte) error + func (p *ReplaceMigrationRecordsProposal) GetDescription() string + func (p *ReplaceMigrationRecordsProposal) GetTitle() string + func (p *ReplaceMigrationRecordsProposal) ProposalRoute() string + func (p *ReplaceMigrationRecordsProposal) ProposalType() string + func (p *ReplaceMigrationRecordsProposal) ValidateBasic() error + func (p ReplaceMigrationRecordsProposal) String() string + func (this *ReplaceMigrationRecordsProposal) Equal(that interface{}) bool + type SwapAmountInRoutes []poolmanagertypes.SwapAmountInRoute + func (routes SwapAmountInRoutes) IntermediateDenoms() []string + func (routes SwapAmountInRoutes) Length() int + func (routes SwapAmountInRoutes) PoolIds() []uint64 + func (routes SwapAmountInRoutes) Validate() error + type SwapAmountOutRoutes []poolmanagertypes.SwapAmountOutRoute + func (routes SwapAmountOutRoutes) IntermediateDenoms() []string + func (routes SwapAmountOutRoutes) Length() int + func (routes SwapAmountOutRoutes) PoolIds() []uint64 + func (routes SwapAmountOutRoutes) Validate() error + type SwapMsgRoute interface + TokenDenomsOnPath func() []string + TokenInDenom func() string + TokenOutDenom func() string + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) ExitPool(ctx context.Context, req *MsgExitPool) (*MsgExitPoolResponse, error) + func (*UnimplementedMsgServer) ExitSwapExternAmountOut(ctx context.Context, req *MsgExitSwapExternAmountOut) (*MsgExitSwapExternAmountOutResponse, error) + func (*UnimplementedMsgServer) ExitSwapShareAmountIn(ctx context.Context, req *MsgExitSwapShareAmountIn) (*MsgExitSwapShareAmountInResponse, error) + func (*UnimplementedMsgServer) JoinPool(ctx context.Context, req *MsgJoinPool) (*MsgJoinPoolResponse, error) + func (*UnimplementedMsgServer) JoinSwapExternAmountIn(ctx context.Context, req *MsgJoinSwapExternAmountIn) (*MsgJoinSwapExternAmountInResponse, error) + func (*UnimplementedMsgServer) JoinSwapShareAmountOut(ctx context.Context, req *MsgJoinSwapShareAmountOut) (*MsgJoinSwapShareAmountOutResponse, error) + func (*UnimplementedMsgServer) SwapExactAmountIn(ctx context.Context, req *MsgSwapExactAmountIn) (*MsgSwapExactAmountInResponse, error) + func (*UnimplementedMsgServer) SwapExactAmountOut(ctx context.Context, req *MsgSwapExactAmountOut) (*MsgSwapExactAmountOutResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) CalcExitPoolCoinsFromShares(ctx context.Context, req *QueryCalcExitPoolCoinsFromSharesRequest) (*QueryCalcExitPoolCoinsFromSharesResponse, error) + func (*UnimplementedQueryServer) CalcJoinPoolNoSwapShares(ctx context.Context, req *QueryCalcJoinPoolNoSwapSharesRequest) (*QueryCalcJoinPoolNoSwapSharesResponse, error) + func (*UnimplementedQueryServer) CalcJoinPoolShares(ctx context.Context, req *QueryCalcJoinPoolSharesRequest) (*QueryCalcJoinPoolSharesResponse, error) + func (*UnimplementedQueryServer) ConcentratedPoolIdLinkFromCFMM(ctx context.Context, req *QueryConcentratedPoolIdLinkFromCFMMRequest) (*QueryConcentratedPoolIdLinkFromCFMMResponse, error) + func (*UnimplementedQueryServer) EstimateSwapExactAmountIn(ctx context.Context, req *QuerySwapExactAmountInRequest) (*QuerySwapExactAmountInResponse, error) + func (*UnimplementedQueryServer) EstimateSwapExactAmountOut(ctx context.Context, req *QuerySwapExactAmountOutRequest) (*QuerySwapExactAmountOutResponse, error) + func (*UnimplementedQueryServer) NumPools(ctx context.Context, req *QueryNumPoolsRequest) (*QueryNumPoolsResponse, error) + func (*UnimplementedQueryServer) Pool(ctx context.Context, req *QueryPoolRequest) (*QueryPoolResponse, error) + func (*UnimplementedQueryServer) PoolParams(ctx context.Context, req *QueryPoolParamsRequest) (*QueryPoolParamsResponse, error) + func (*UnimplementedQueryServer) PoolType(ctx context.Context, req *QueryPoolTypeRequest) (*QueryPoolTypeResponse, error) + func (*UnimplementedQueryServer) Pools(ctx context.Context, req *QueryPoolsRequest) (*QueryPoolsResponse, error) + func (*UnimplementedQueryServer) PoolsWithFilter(ctx context.Context, req *QueryPoolsWithFilterRequest) (*QueryPoolsWithFilterResponse, error) + func (*UnimplementedQueryServer) SpotPrice(ctx context.Context, req *QuerySpotPriceRequest) (*QuerySpotPriceResponse, error) + func (*UnimplementedQueryServer) TotalLiquidity(ctx context.Context, req *QueryTotalLiquidityRequest) (*QueryTotalLiquidityResponse, error) + func (*UnimplementedQueryServer) TotalPoolLiquidity(ctx context.Context, req *QueryTotalPoolLiquidityRequest) (*QueryTotalPoolLiquidityResponse, error) + func (*UnimplementedQueryServer) TotalShares(ctx context.Context, req *QueryTotalSharesRequest) (*QueryTotalSharesResponse, error) + type UnsortedPoolLiqError struct + ActualLiquidity sdk.Coins + func (e UnsortedPoolLiqError) Error() string + type UpdateMigrationRecordsProposal struct + Description string + Records []migration.BalancerToConcentratedPoolLink + Title string + func (*UpdateMigrationRecordsProposal) Descriptor() ([]byte, []int) + func (*UpdateMigrationRecordsProposal) ProtoMessage() + func (m *UpdateMigrationRecordsProposal) Marshal() (dAtA []byte, err error) + func (m *UpdateMigrationRecordsProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateMigrationRecordsProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateMigrationRecordsProposal) Reset() + func (m *UpdateMigrationRecordsProposal) Size() (n int) + func (m *UpdateMigrationRecordsProposal) Unmarshal(dAtA []byte) error + func (m *UpdateMigrationRecordsProposal) XXX_DiscardUnknown() + func (m *UpdateMigrationRecordsProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateMigrationRecordsProposal) XXX_Merge(src proto.Message) + func (m *UpdateMigrationRecordsProposal) XXX_Size() int + func (m *UpdateMigrationRecordsProposal) XXX_Unmarshal(b []byte) error + func (p *UpdateMigrationRecordsProposal) GetDescription() string + func (p *UpdateMigrationRecordsProposal) GetTitle() string + func (p *UpdateMigrationRecordsProposal) ProposalRoute() string + func (p *UpdateMigrationRecordsProposal) ProposalType() string + func (p *UpdateMigrationRecordsProposal) ValidateBasic() error + func (p UpdateMigrationRecordsProposal) String() string + func (this *UpdateMigrationRecordsProposal) Equal(that interface{}) bool + type WeightedPoolExtension interface + GetTokenWeight func(denom string) (sdk.Int, error) + PokePool func(blockTime time.Time)