Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- 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, records []BalancerToConcentratedPoolLink) govtypes.Content
- func NewUpdatePoolIncentivesProposal(title, description string, records []BalancerToConcentratedPoolLink) 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
- type BalancerPoolMigrationLinkNotFoundError
- type BalancerToConcentratedPoolLink
- func (*BalancerToConcentratedPoolLink) Descriptor() ([]byte, []int)
- func (this *BalancerToConcentratedPoolLink) Equal(that interface{}) bool
- func (m *BalancerToConcentratedPoolLink) GetBalancerPoolId() uint64
- func (m *BalancerToConcentratedPoolLink) GetClPoolId() uint64
- func (m *BalancerToConcentratedPoolLink) Marshal() (dAtA []byte, err error)
- func (m *BalancerToConcentratedPoolLink) MarshalTo(dAtA []byte) (int, error)
- func (m *BalancerToConcentratedPoolLink) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BalancerToConcentratedPoolLink) ProtoMessage()
- func (m *BalancerToConcentratedPoolLink) Reset()
- func (m *BalancerToConcentratedPoolLink) Size() (n int)
- func (m *BalancerToConcentratedPoolLink) String() string
- func (m *BalancerToConcentratedPoolLink) Unmarshal(dAtA []byte) error
- func (m *BalancerToConcentratedPoolLink) XXX_DiscardUnknown()
- func (m *BalancerToConcentratedPoolLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BalancerToConcentratedPoolLink) XXX_Merge(src proto.Message)
- func (m *BalancerToConcentratedPoolLink) XXX_Size() int
- func (m *BalancerToConcentratedPoolLink) XXX_Unmarshal(b []byte) error
- type BankKeeper
- type CFMMPoolI
- type CommunityPoolKeeper
- type ConcentratedLiquidityKeeper
- type ConcentratedPoolMigrationLinkNotFoundError
- type GammHooks
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetMigrationRecords() *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 (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs GenesisState) Validate() 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 LiquidityAndScalingFactorCountMismatchError
- type LiquidityChangeMsg
- type LiquidityChangeType
- type MigrationRecords
- func (*MigrationRecords) Descriptor() ([]byte, []int)
- func (m *MigrationRecords) GetBalancerToConcentratedPoolLinks() []BalancerToConcentratedPoolLink
- func (m *MigrationRecords) Marshal() (dAtA []byte, err error)
- func (m *MigrationRecords) MarshalTo(dAtA []byte) (int, error)
- func (m *MigrationRecords) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MigrationRecords) ProtoMessage()
- func (m *MigrationRecords) Reset()
- func (m *MigrationRecords) Size() (n int)
- func (m *MigrationRecords) String() string
- func (m *MigrationRecords) Unmarshal(dAtA []byte) error
- func (m *MigrationRecords) XXX_DiscardUnknown()
- func (m *MigrationRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MigrationRecords) XXX_Merge(src proto.Message)
- func (m *MigrationRecords) XXX_Size() int
- func (m *MigrationRecords) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgExitPool
- func (*MsgExitPool) Descriptor() ([]byte, []int)
- func (m *MsgExitPool) GetPoolId() uint64
- func (m *MsgExitPool) GetSender() string
- func (msg MsgExitPool) GetSignBytes() []byte
- func (msg MsgExitPool) GetSigners() []sdk.AccAddress
- func (m *MsgExitPool) GetTokenOutMins() []types.Coin
- func (msg MsgExitPool) LiquidityChangeType() LiquidityChangeType
- 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 (*MsgExitPool) ProtoMessage()
- func (m *MsgExitPool) Reset()
- func (msg MsgExitPool) Route() string
- func (m *MsgExitPool) Size() (n int)
- func (m *MsgExitPool) String() string
- func (msg MsgExitPool) Type() string
- func (m *MsgExitPool) Unmarshal(dAtA []byte) error
- func (msg MsgExitPool) ValidateBasic() 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
- type MsgExitPoolResponse
- func (*MsgExitPoolResponse) Descriptor() ([]byte, []int)
- 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 (*MsgExitPoolResponse) ProtoMessage()
- 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
- func (*MsgExitSwapExternAmountOut) Descriptor() ([]byte, []int)
- func (m *MsgExitSwapExternAmountOut) GetPoolId() uint64
- func (m *MsgExitSwapExternAmountOut) GetSender() string
- func (msg MsgExitSwapExternAmountOut) GetSignBytes() []byte
- func (msg MsgExitSwapExternAmountOut) GetSigners() []sdk.AccAddress
- func (m *MsgExitSwapExternAmountOut) GetTokenOut() types.Coin
- func (msg MsgExitSwapExternAmountOut) LiquidityChangeType() LiquidityChangeType
- 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 (*MsgExitSwapExternAmountOut) ProtoMessage()
- func (m *MsgExitSwapExternAmountOut) Reset()
- func (msg MsgExitSwapExternAmountOut) Route() string
- func (m *MsgExitSwapExternAmountOut) Size() (n int)
- func (m *MsgExitSwapExternAmountOut) String() string
- func (msg MsgExitSwapExternAmountOut) Type() string
- func (m *MsgExitSwapExternAmountOut) Unmarshal(dAtA []byte) error
- func (msg MsgExitSwapExternAmountOut) ValidateBasic() 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
- type MsgExitSwapExternAmountOutResponse
- func (*MsgExitSwapExternAmountOutResponse) Descriptor() ([]byte, []int)
- 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 (*MsgExitSwapExternAmountOutResponse) ProtoMessage()
- 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
- func (*MsgExitSwapShareAmountIn) Descriptor() ([]byte, []int)
- func (m *MsgExitSwapShareAmountIn) GetPoolId() uint64
- func (m *MsgExitSwapShareAmountIn) GetSender() string
- func (msg MsgExitSwapShareAmountIn) GetSignBytes() []byte
- func (msg MsgExitSwapShareAmountIn) GetSigners() []sdk.AccAddress
- func (m *MsgExitSwapShareAmountIn) GetTokenOutDenom() string
- func (msg MsgExitSwapShareAmountIn) LiquidityChangeType() LiquidityChangeType
- 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 (*MsgExitSwapShareAmountIn) ProtoMessage()
- func (m *MsgExitSwapShareAmountIn) Reset()
- func (msg MsgExitSwapShareAmountIn) Route() string
- func (m *MsgExitSwapShareAmountIn) Size() (n int)
- func (m *MsgExitSwapShareAmountIn) String() string
- func (msg MsgExitSwapShareAmountIn) Type() string
- func (m *MsgExitSwapShareAmountIn) Unmarshal(dAtA []byte) error
- func (msg MsgExitSwapShareAmountIn) ValidateBasic() 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
- type MsgExitSwapShareAmountInResponse
- func (*MsgExitSwapShareAmountInResponse) Descriptor() ([]byte, []int)
- 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 (*MsgExitSwapShareAmountInResponse) ProtoMessage()
- 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
- func (*MsgJoinPool) Descriptor() ([]byte, []int)
- func (m *MsgJoinPool) GetPoolId() uint64
- func (m *MsgJoinPool) GetSender() string
- func (msg MsgJoinPool) GetSignBytes() []byte
- func (msg MsgJoinPool) GetSigners() []sdk.AccAddress
- func (m *MsgJoinPool) GetTokenInMaxs() []types.Coin
- func (msg MsgJoinPool) LiquidityChangeType() LiquidityChangeType
- 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 (*MsgJoinPool) ProtoMessage()
- func (m *MsgJoinPool) Reset()
- func (msg MsgJoinPool) Route() string
- func (m *MsgJoinPool) Size() (n int)
- func (m *MsgJoinPool) String() string
- func (msg MsgJoinPool) Type() string
- func (m *MsgJoinPool) Unmarshal(dAtA []byte) error
- func (msg MsgJoinPool) ValidateBasic() 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
- type MsgJoinPoolResponse
- func (*MsgJoinPoolResponse) Descriptor() ([]byte, []int)
- 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 (*MsgJoinPoolResponse) ProtoMessage()
- 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
- func (*MsgJoinSwapExternAmountIn) Descriptor() ([]byte, []int)
- func (m *MsgJoinSwapExternAmountIn) GetPoolId() uint64
- func (m *MsgJoinSwapExternAmountIn) GetSender() string
- func (msg MsgJoinSwapExternAmountIn) GetSignBytes() []byte
- func (msg MsgJoinSwapExternAmountIn) GetSigners() []sdk.AccAddress
- func (m *MsgJoinSwapExternAmountIn) GetTokenIn() types.Coin
- func (msg MsgJoinSwapExternAmountIn) LiquidityChangeType() LiquidityChangeType
- 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 (*MsgJoinSwapExternAmountIn) ProtoMessage()
- func (m *MsgJoinSwapExternAmountIn) Reset()
- func (msg MsgJoinSwapExternAmountIn) Route() string
- func (m *MsgJoinSwapExternAmountIn) Size() (n int)
- func (m *MsgJoinSwapExternAmountIn) String() string
- func (msg MsgJoinSwapExternAmountIn) Type() string
- func (m *MsgJoinSwapExternAmountIn) Unmarshal(dAtA []byte) error
- func (msg MsgJoinSwapExternAmountIn) ValidateBasic() 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
- type MsgJoinSwapExternAmountInResponse
- func (*MsgJoinSwapExternAmountInResponse) Descriptor() ([]byte, []int)
- 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 (*MsgJoinSwapExternAmountInResponse) ProtoMessage()
- 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
- func (*MsgJoinSwapShareAmountOut) Descriptor() ([]byte, []int)
- func (m *MsgJoinSwapShareAmountOut) GetPoolId() uint64
- func (m *MsgJoinSwapShareAmountOut) GetSender() string
- func (msg MsgJoinSwapShareAmountOut) GetSignBytes() []byte
- func (msg MsgJoinSwapShareAmountOut) GetSigners() []sdk.AccAddress
- func (m *MsgJoinSwapShareAmountOut) GetTokenInDenom() string
- func (msg MsgJoinSwapShareAmountOut) LiquidityChangeType() LiquidityChangeType
- 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 (*MsgJoinSwapShareAmountOut) ProtoMessage()
- func (m *MsgJoinSwapShareAmountOut) Reset()
- func (msg MsgJoinSwapShareAmountOut) Route() string
- func (m *MsgJoinSwapShareAmountOut) Size() (n int)
- func (m *MsgJoinSwapShareAmountOut) String() string
- func (msg MsgJoinSwapShareAmountOut) Type() string
- func (m *MsgJoinSwapShareAmountOut) Unmarshal(dAtA []byte) error
- func (msg MsgJoinSwapShareAmountOut) ValidateBasic() 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
- type MsgJoinSwapShareAmountOutResponse
- func (*MsgJoinSwapShareAmountOutResponse) Descriptor() ([]byte, []int)
- 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 (*MsgJoinSwapShareAmountOutResponse) ProtoMessage()
- 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
- type MsgSwapExactAmountIn
- func (*MsgSwapExactAmountIn) Descriptor() ([]byte, []int)
- func (m *MsgSwapExactAmountIn) GetRoutes() []types1.SwapAmountInRoute
- func (m *MsgSwapExactAmountIn) GetSender() string
- func (msg MsgSwapExactAmountIn) GetSignBytes() []byte
- func (msg MsgSwapExactAmountIn) GetSigners() []sdk.AccAddress
- 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 (*MsgSwapExactAmountIn) ProtoMessage()
- func (m *MsgSwapExactAmountIn) Reset()
- func (msg MsgSwapExactAmountIn) Route() string
- func (m *MsgSwapExactAmountIn) Size() (n int)
- func (m *MsgSwapExactAmountIn) String() string
- func (msg MsgSwapExactAmountIn) TokenDenomsOnPath() []string
- func (msg MsgSwapExactAmountIn) TokenInDenom() string
- func (msg MsgSwapExactAmountIn) TokenOutDenom() string
- func (msg MsgSwapExactAmountIn) Type() string
- func (m *MsgSwapExactAmountIn) Unmarshal(dAtA []byte) error
- func (msg MsgSwapExactAmountIn) ValidateBasic() 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
- type MsgSwapExactAmountInResponse
- func (*MsgSwapExactAmountInResponse) Descriptor() ([]byte, []int)
- 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 (*MsgSwapExactAmountInResponse) ProtoMessage()
- 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
- func (*MsgSwapExactAmountOut) Descriptor() ([]byte, []int)
- func (m *MsgSwapExactAmountOut) GetRoutes() []types1.SwapAmountOutRoute
- func (m *MsgSwapExactAmountOut) GetSender() string
- func (msg MsgSwapExactAmountOut) GetSignBytes() []byte
- func (msg MsgSwapExactAmountOut) GetSigners() []sdk.AccAddress
- 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 (*MsgSwapExactAmountOut) ProtoMessage()
- func (m *MsgSwapExactAmountOut) Reset()
- func (msg MsgSwapExactAmountOut) Route() string
- func (m *MsgSwapExactAmountOut) Size() (n int)
- func (m *MsgSwapExactAmountOut) String() string
- func (msg MsgSwapExactAmountOut) TokenDenomsOnPath() []string
- func (msg MsgSwapExactAmountOut) TokenInDenom() string
- func (msg MsgSwapExactAmountOut) TokenOutDenom() string
- func (msg MsgSwapExactAmountOut) Type() string
- func (m *MsgSwapExactAmountOut) Unmarshal(dAtA []byte) error
- func (msg MsgSwapExactAmountOut) ValidateBasic() 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
- type MsgSwapExactAmountOutResponse
- func (*MsgSwapExactAmountOutResponse) Descriptor() ([]byte, []int)
- 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 (*MsgSwapExactAmountOutResponse) ProtoMessage()
- 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
- 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
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- 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 (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) Validate() 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
- type PoolAmountOutExtension
- type PoolDoesNotExistError
- type PoolManager
- type QueryCalcExitPoolCoinsFromSharesRequest
- func (*QueryCalcExitPoolCoinsFromSharesRequest) Descriptor() ([]byte, []int)
- 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 (*QueryCalcExitPoolCoinsFromSharesRequest) ProtoMessage()
- 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
- func (*QueryCalcExitPoolCoinsFromSharesResponse) Descriptor() ([]byte, []int)
- 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 (*QueryCalcExitPoolCoinsFromSharesResponse) ProtoMessage()
- 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
- func (*QueryCalcJoinPoolNoSwapSharesRequest) Descriptor() ([]byte, []int)
- 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 (*QueryCalcJoinPoolNoSwapSharesRequest) ProtoMessage()
- 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
- func (*QueryCalcJoinPoolNoSwapSharesResponse) Descriptor() ([]byte, []int)
- 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 (*QueryCalcJoinPoolNoSwapSharesResponse) ProtoMessage()
- 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
- func (*QueryCalcJoinPoolSharesRequest) Descriptor() ([]byte, []int)
- 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 (*QueryCalcJoinPoolSharesRequest) ProtoMessage()
- 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
- func (*QueryCalcJoinPoolSharesResponse) Descriptor() ([]byte, []int)
- 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 (*QueryCalcJoinPoolSharesResponse) ProtoMessage()
- 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
- type QueryConcentratedPoolIdLinkFromCFMMRequest
- func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Descriptor() ([]byte, []int)
- 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 (*QueryConcentratedPoolIdLinkFromCFMMRequest) ProtoMessage()
- 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
- func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Descriptor() ([]byte, []int)
- 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 (*QueryConcentratedPoolIdLinkFromCFMMResponse) ProtoMessage()
- 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 QueryNumPoolsRequestdeprecated
- func (*QueryNumPoolsRequest) Descriptor() ([]byte, []int)
- 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 (*QueryNumPoolsRequest) ProtoMessage()
- 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 QueryNumPoolsResponsedeprecated
- func (*QueryNumPoolsResponse) Descriptor() ([]byte, []int)
- 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 (*QueryNumPoolsResponse) ProtoMessage()
- 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
- func (*QueryPoolParamsRequest) Descriptor() ([]byte, []int)
- 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 (*QueryPoolParamsRequest) ProtoMessage()
- 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
- func (*QueryPoolParamsResponse) Descriptor() ([]byte, []int)
- 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 (*QueryPoolParamsResponse) ProtoMessage()
- 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 QueryPoolRequestdeprecated
- func (*QueryPoolRequest) Descriptor() ([]byte, []int)
- 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 (*QueryPoolRequest) ProtoMessage()
- 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 QueryPoolResponsedeprecated
- func (*QueryPoolResponse) Descriptor() ([]byte, []int)
- 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 (*QueryPoolResponse) ProtoMessage()
- 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
- func (*QueryPoolTypeRequest) Descriptor() ([]byte, []int)
- 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 (*QueryPoolTypeRequest) ProtoMessage()
- 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
- func (*QueryPoolTypeResponse) Descriptor() ([]byte, []int)
- 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 (*QueryPoolTypeResponse) ProtoMessage()
- 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
- func (*QueryPoolsRequest) Descriptor() ([]byte, []int)
- 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 (*QueryPoolsRequest) ProtoMessage()
- 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
- func (*QueryPoolsResponse) Descriptor() ([]byte, []int)
- 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 (*QueryPoolsResponse) ProtoMessage()
- 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
- func (*QueryPoolsWithFilterRequest) Descriptor() ([]byte, []int)
- 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 (*QueryPoolsWithFilterRequest) ProtoMessage()
- 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
- func (*QueryPoolsWithFilterResponse) Descriptor() ([]byte, []int)
- 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 (*QueryPoolsWithFilterResponse) ProtoMessage()
- 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
- type QuerySpotPriceRequestdeprecated
- func (*QuerySpotPriceRequest) Descriptor() ([]byte, []int)
- 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 (*QuerySpotPriceRequest) ProtoMessage()
- 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 QuerySpotPriceResponsedeprecated
- func (*QuerySpotPriceResponse) Descriptor() ([]byte, []int)
- 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 (*QuerySpotPriceResponse) ProtoMessage()
- 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 QuerySwapExactAmountInRequestdeprecated
- func (*QuerySwapExactAmountInRequest) Descriptor() ([]byte, []int)
- 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 (*QuerySwapExactAmountInRequest) ProtoMessage()
- 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 QuerySwapExactAmountInResponsedeprecated
- func (*QuerySwapExactAmountInResponse) Descriptor() ([]byte, []int)
- 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 (*QuerySwapExactAmountInResponse) ProtoMessage()
- 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 QuerySwapExactAmountOutRequestdeprecated
- func (*QuerySwapExactAmountOutRequest) Descriptor() ([]byte, []int)
- 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 (*QuerySwapExactAmountOutRequest) ProtoMessage()
- 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 QuerySwapExactAmountOutResponsedeprecated
- func (*QuerySwapExactAmountOutResponse) Descriptor() ([]byte, []int)
- 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 (*QuerySwapExactAmountOutResponse) ProtoMessage()
- 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
- func (*QueryTotalLiquidityRequest) Descriptor() ([]byte, []int)
- 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 (*QueryTotalLiquidityRequest) ProtoMessage()
- 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
- func (*QueryTotalLiquidityResponse) Descriptor() ([]byte, []int)
- 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 (*QueryTotalLiquidityResponse) ProtoMessage()
- 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 QueryTotalPoolLiquidityRequestdeprecated
- func (*QueryTotalPoolLiquidityRequest) Descriptor() ([]byte, []int)
- 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 (*QueryTotalPoolLiquidityRequest) ProtoMessage()
- 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 QueryTotalPoolLiquidityResponsedeprecated
- func (*QueryTotalPoolLiquidityResponse) Descriptor() ([]byte, []int)
- 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 (*QueryTotalPoolLiquidityResponse) ProtoMessage()
- 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
- func (*QueryTotalSharesRequest) Descriptor() ([]byte, []int)
- 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 (*QueryTotalSharesRequest) ProtoMessage()
- 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
- func (*QueryTotalSharesResponse) Descriptor() ([]byte, []int)
- 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 (*QueryTotalSharesResponse) ProtoMessage()
- 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
- func (*ReplaceMigrationRecordsProposal) Descriptor() ([]byte, []int)
- func (this *ReplaceMigrationRecordsProposal) Equal(that interface{}) bool
- func (p *ReplaceMigrationRecordsProposal) GetDescription() string
- func (p *ReplaceMigrationRecordsProposal) GetTitle() string
- 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 (p *ReplaceMigrationRecordsProposal) ProposalRoute() string
- func (p *ReplaceMigrationRecordsProposal) ProposalType() string
- func (*ReplaceMigrationRecordsProposal) ProtoMessage()
- func (m *ReplaceMigrationRecordsProposal) Reset()
- func (m *ReplaceMigrationRecordsProposal) Size() (n int)
- func (p ReplaceMigrationRecordsProposal) String() string
- func (m *ReplaceMigrationRecordsProposal) Unmarshal(dAtA []byte) error
- func (p *ReplaceMigrationRecordsProposal) ValidateBasic() 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
- type SwapAmountInRoutes
- type SwapAmountOutRoutes
- type SwapMsgRoute
- type UnimplementedMsgServer
- 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
- 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
- type UpdateMigrationRecordsProposal
- func (*UpdateMigrationRecordsProposal) Descriptor() ([]byte, []int)
- func (this *UpdateMigrationRecordsProposal) Equal(that interface{}) bool
- func (p *UpdateMigrationRecordsProposal) GetDescription() string
- func (p *UpdateMigrationRecordsProposal) GetTitle() string
- 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 (p *UpdateMigrationRecordsProposal) ProposalRoute() string
- func (p *UpdateMigrationRecordsProposal) ProposalType() string
- func (*UpdateMigrationRecordsProposal) ProtoMessage()
- func (m *UpdateMigrationRecordsProposal) Reset()
- func (m *UpdateMigrationRecordsProposal) Size() (n int)
- func (p UpdateMigrationRecordsProposal) String() string
- func (m *UpdateMigrationRecordsProposal) Unmarshal(dAtA []byte) error
- func (p *UpdateMigrationRecordsProposal) ValidateBasic() 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
- type WeightedPoolExtension
Constants ¶
const ( // Raise 10 to the power of SigFigsExponent to determine number of significant figures. // i.e. SigFigExponent = 8 is 10^8 which is 100000000. This gives 8 significant figures. SigFigsExponent = 8 BalancerGasFeeForSwap = 10_000 StableswapMinScaledAmtPerAsset = 1 // We keep this multiplier at 1, but can increase if needed in the unlikely scenario where default scaling factors of 1 cannot accommodate enough assets ScalingFactorMultiplier = 1 // pools can be created with min and max number of assets defined with this constants MinNumOfAssetsInPool = 2 MaxNumOfAssetsInPool = 8 )
const ( TypeEvtPoolJoined = "pool_joined" TypeEvtPoolExited = "pool_exited" TypeEvtTokenSwapped = "token_swapped" AttributeValueCategory = ModuleName AttributeKeyPoolId = "pool_id" AttributeKeyPoolIdEntering = "pool_id_entering" AttributeKeyPoolIdLeaving = "pool_id_leaving" AttributeKeySwapFee = "swap_fee" AttributeKeyTokensIn = "tokens_in" AttributeKeyTokensOut = "tokens_out" AttributePositionId = "position_id" AttributeAmount0 = "amount0" AttributeAmount1 = "amount1" AttributeLiquidity = "liquidity" AttributeJoinTime = "join_time" )
const ( ProposalTypeUpdateMigrationRecords = "UpdateMigrationRecords" ProposalTypeReplaceMigrationRecords = "ReplaceMigrationRecords" )
const ( ModuleName = "gamm" StoreKey = ModuleName RouterKey = ModuleName QuerierRoute = ModuleName GAMMTokenPrefix = "gamm/pool/" )
const ( TypeMsgSwapExactAmountIn = "swap_exact_amount_in" TypeMsgSwapExactAmountOut = "swap_exact_amount_out" TypeMsgJoinPool = "join_pool" TypeMsgExitPool = "exit_pool" TypeMsgJoinSwapExternAmountIn = "join_swap_extern_amount_in" TypeMsgExitSwapExternAmountOut = "exit_swap_extern_amount_out" )
constants.
Variables ¶
var ( sdk.NewIntWithDecimal(1, OneShareExponent) InitPoolSharesSupply = OneShare.MulRaw(100) // SpotPriceSigFigs is the amount of significant figures used in return value of calculate SpotPrice SpotPriceSigFigs = sdk.NewDec(10).Power(SigFigsExponent).TruncateInt() // MaxSpotPrice is the maximum supported spot price. Anything greater than this will error. // Internal note: Ctrl+F for MaxSpotPrice in code if ever changed. // Other tests depend on being equal to MaxSpotPrice, // but don't directly import it due to import issues. MaxSpotPrice = sdk.NewDec(2).Power(128).Sub(sdk.OneDec()) // MinSpotPrice is the minimum supported spot price. Anything less than this will error. // It is limited by sdk.Dec's precision. MinSpotPrice = sdk.SmallestDec() // MultihopSwapFeeMultiplierForOsmoPools if a swap fees multiplier for trades consists of just two OSMO pools during a single transaction. MultihopSwapFeeMultiplierForOsmoPools = sdk.NewDecWithPrec(5, 1) // 0.5 // Maximum amount per asset after the application of scaling factors should be 10e34. StableswapMaxScaledAmtPerAsset = sdk.NewDec(10).Power(34).TruncateInt() )OneShare =
var ( ErrPoolNotFound = errorsmod.Register(ModuleName, 1, "pool not found") ErrPoolAlreadyExist = errorsmod.Register(ModuleName, 2, "pool already exist") ErrPoolLocked = errorsmod.Register(ModuleName, 3, "pool is locked") ErrTooFewPoolAssets = errorsmod.Register(ModuleName, 4, "pool should have at least 2 assets, as they must be swapping between at least two assets") ErrTooManyPoolAssets = errorsmod.Register(ModuleName, 5, "pool has too many assets (currently capped at 8 assets for both balancer and stableswap)") ErrLimitMaxAmount = errorsmod.Register(ModuleName, 6, "calculated amount is larger than max amount") ErrLimitMinAmount = errorsmod.Register(ModuleName, 7, "calculated amount is lesser than min amount") ErrInvalidMathApprox = errorsmod.Register(ModuleName, 8, "invalid calculated result") ErrAlreadyInvalidPool = errorsmod.Register(ModuleName, 9, "destruction on already invalid pool") ErrInvalidPool = errorsmod.Register(ModuleName, 10, "attempting to create an invalid pool") ErrDenomNotFoundInPool = errorsmod.Register(ModuleName, 11, "denom does not exist in pool") ErrDenomAlreadyInPool = errorsmod.Register(ModuleName, 12, "denom already exists in the pool") ErrEmptyRoutes = errorsmod.Register(ModuleName, 21, "routes not defined") ErrEmptyPoolAssets = errorsmod.Register(ModuleName, 22, "PoolAssets not defined") ErrNegativeSwapFee = errorsmod.Register(ModuleName, 23, "swap fee is negative") ErrNegativeExitFee = errorsmod.Register(ModuleName, 24, "exit fee is negative") ErrTooMuchSwapFee = errorsmod.Register(ModuleName, 25, "swap fee should be lesser than 1 (100%)") ErrTooMuchExitFee = errorsmod.Register(ModuleName, 26, "exit fee should be lesser than 1 (100%)") ErrNotPositiveWeight = errorsmod.Register(ModuleName, 27, "token weight should be greater than 0") ErrWeightTooLarge = errorsmod.Register(ModuleName, 28, "user specified token weight should be less than 2^20") ErrNotPositiveCriteria = errorsmod.Register(ModuleName, 29, "min out amount or max in amount should be positive") ErrNotPositiveRequireAmount = errorsmod.Register(ModuleName, 30, "required amount should be positive") ErrTooManyTokensOut = errorsmod.Register(ModuleName, 31, "tx is trying to get more tokens out of the pool than exist") ErrSpotPriceOverflow = errorsmod.Register(ModuleName, 32, "invalid spot price (overflowed)") ErrSpotPriceInternal = errorsmod.Register(ModuleName, 33, "internal spot price error") ErrPoolParamsInvalidDenom = errorsmod.Register(ModuleName, 50, "pool params' LBP params has an invalid denomination") ErrPoolParamsInvalidNumDenoms = errorsmod.Register(ModuleName, 51, "pool params' LBP doesn't have same number of params as underlying pool") ErrNotImplemented = errorsmod.Register(ModuleName, 60, "function not implemented") ErrNotStableSwapPool = errorsmod.Register(ModuleName, 61, "not stableswap pool") ErrInvalidScalingFactorLength = errorsmod.Register(ModuleName, 62, "pool liquidity and scaling factors must have same length") ErrNotScalingFactorGovernor = errorsmod.Register(ModuleName, 63, "not scaling factor governor") ErrInvalidScalingFactors = errorsmod.Register(ModuleName, 64, "scaling factors cannot be 0 or use more than 63 bits") ErrHitMaxScaledAssets = errorsmod.Register(ModuleName, 65, "post-scaled pool assets can not exceed 10^34") ErrHitMinScaledAssets = errorsmod.Register(ModuleName, 66, "post-scaled pool assets can not be less than 1") )
x/gamm module sentinel errors.
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGov = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGov = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGov = fmt.Errorf("proto: unexpected end of group") )
var ( // KeyNextGlobalPoolId defines key to store the next Pool ID to be used. KeyNextGlobalPoolId = []byte{0x01} // KeyPrefixPools defines prefix to store pools. KeyPrefixPools = []byte{0x02} // KeyTotalLiquidity defines key to store total liquidity. KeyTotalLiquidity = []byte{0x03} KeyPrefixMigrationInfoBalancerPool = []byte{0x04} KeyPrefixMigrationInfoCLPool = []byte{0x05} )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var (
KeyPoolCreationFee = []byte("PoolCreationFee")
)
Parameter store keys.
var ( // ModuleCdc references the global x/bank module codec. Note, the codec should // ONLY be used in certain instances of tests and for JSON encoding as Amino is // still used for that purpose. // // The actual codec used for serialization should be provided to x/staking and // defined at the application level. ModuleCdc = codec.NewAminoCodec(amino) )
Functions ¶
func GetDenomPrefix ¶
func GetKeyPrefixMigrationInfoBalancerPool ¶ added in v15.5.0
func GetKeyPrefixMigrationInfoPoolCLPool ¶ added in v15.5.0
func GetKeyPrefixPools ¶
func GetPoolIdFromShareDenom ¶ added in v15.3.0
func GetPoolShareDenom ¶
func NewReplaceMigrationRecordsProposal ¶ added in v15.3.0
func NewReplaceMigrationRecordsProposal(title, description string, records []BalancerToConcentratedPoolLink) govtypes.Content
NewReplacePoolIncentivesProposal returns a new instance of a replace migration record's proposal struct.
func NewUpdatePoolIncentivesProposal ¶ added in v15.3.0
func NewUpdatePoolIncentivesProposal(title, description string, records []BalancerToConcentratedPoolLink) govtypes.Content
NewReplacePoolIncentivesProposal returns a new instance of a replace migration record's proposal struct.
func RegisterInterfaces ¶
func RegisterInterfaces(registry types.InterfaceRegistry)
func RegisterLegacyAminoCodec ¶
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers the necessary x/gamm interfaces and concrete types on the provided LegacyAmino codec. These types are used for Amino JSON serialization.
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func ValidateFutureGovernor ¶
Types ¶
type AccountKeeper ¶
type AccountKeeper interface { NewAccount(sdk.Context, authtypes.AccountI) authtypes.AccountI GetAccount(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI SetAccount(ctx sdk.Context, acc authtypes.AccountI) GetModuleAddressAndPermissions(moduleName string) (addr sdk.AccAddress, permissions []string) }
AccountKeeper defines the account contract that must be fulfilled when creating a x/gamm keeper.
type BalancerPoolMigrationLinkNotFoundError ¶ added in v15.5.0
type BalancerPoolMigrationLinkNotFoundError struct {
PoolIdEntering uint64
}
func (BalancerPoolMigrationLinkNotFoundError) Error ¶ added in v15.5.0
func (e BalancerPoolMigrationLinkNotFoundError) Error() string
type BalancerToConcentratedPoolLink ¶ added in v15.3.0
type BalancerToConcentratedPoolLink struct { BalancerPoolId uint64 `protobuf:"varint,1,opt,name=balancer_pool_id,json=balancerPoolId,proto3" json:"balancer_pool_id,omitempty"` ClPoolId uint64 `protobuf:"varint,2,opt,name=cl_pool_id,json=clPoolId,proto3" json:"cl_pool_id,omitempty"` }
BalancerToConcentratedPoolLink defines a single link between a single balancer pool and a single concentrated liquidity pool. This link is used to allow a balancer pool to migrate to a single canonical full range concentrated liquidity pool position A balancer pool can be linked to a maximum of one cl pool, and a cl pool can be linked to a maximum of one balancer pool.
func (*BalancerToConcentratedPoolLink) Descriptor ¶ added in v15.3.0
func (*BalancerToConcentratedPoolLink) Descriptor() ([]byte, []int)
func (*BalancerToConcentratedPoolLink) Equal ¶ added in v15.3.0
func (this *BalancerToConcentratedPoolLink) Equal(that interface{}) bool
func (*BalancerToConcentratedPoolLink) GetBalancerPoolId ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) GetBalancerPoolId() uint64
func (*BalancerToConcentratedPoolLink) GetClPoolId ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) GetClPoolId() uint64
func (*BalancerToConcentratedPoolLink) Marshal ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) Marshal() (dAtA []byte, err error)
func (*BalancerToConcentratedPoolLink) MarshalTo ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) MarshalTo(dAtA []byte) (int, error)
func (*BalancerToConcentratedPoolLink) MarshalToSizedBuffer ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BalancerToConcentratedPoolLink) ProtoMessage ¶ added in v15.3.0
func (*BalancerToConcentratedPoolLink) ProtoMessage()
func (*BalancerToConcentratedPoolLink) Reset ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) Reset()
func (*BalancerToConcentratedPoolLink) Size ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) Size() (n int)
func (*BalancerToConcentratedPoolLink) String ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) String() string
func (*BalancerToConcentratedPoolLink) Unmarshal ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) Unmarshal(dAtA []byte) error
func (*BalancerToConcentratedPoolLink) XXX_DiscardUnknown ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) XXX_DiscardUnknown()
func (*BalancerToConcentratedPoolLink) XXX_Marshal ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BalancerToConcentratedPoolLink) XXX_Merge ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) XXX_Merge(src proto.Message)
func (*BalancerToConcentratedPoolLink) XXX_Size ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) XXX_Size() int
func (*BalancerToConcentratedPoolLink) XXX_Unmarshal ¶ added in v15.3.0
func (m *BalancerToConcentratedPoolLink) XXX_Unmarshal(b []byte) error
type BankKeeper ¶
type BankKeeper interface { SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error MintCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error BurnCoins(ctx sdk.Context, name string, amt sdk.Coins) error SetDenomMetaData(ctx sdk.Context, denomMetaData banktypes.Metadata) // Only needed for simulation interface matching // TODO: Look into golang syntax to make this "Everything in stakingtypes.bankkeeper + extra funcs" // I think it has to do with listing another interface as the first line here? GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins }
BankKeeper defines the banking contract that must be fulfilled when creating a x/gamm keeper.
type CFMMPoolI ¶
type CFMMPoolI interface { poolmanagertypes.PoolI // JoinPool joins the pool using all of the tokensIn provided. // The AMM swaps to the correct internal ratio should be and returns the number of shares created. // This function is mutative and updates the pool's internal state if there is no error. // It is up to pool implementation if they support LP'ing at arbitrary ratios, or a subset of ratios. // Pools are expected to guarantee LP'ing at the exact ratio, and single sided LP'ing. JoinPool(ctx sdk.Context, tokensIn sdk.Coins, swapFee sdk.Dec) (numShares sdk.Int, err error) // JoinPoolNoSwap joins the pool with an all-asset join using the maximum amount possible given the tokensIn provided. // This function is mutative and updates the pool's internal state if there is no error. // Pools are expected to guarantee LP'ing at the exact ratio. JoinPoolNoSwap(ctx sdk.Context, tokensIn sdk.Coins, swapFee sdk.Dec) (numShares sdk.Int, err error) // ExitPool exits #numShares LP shares from the pool, decreases its internal liquidity & LP share totals, // and returns the number of coins that are being returned. // This mutates the pool and state. ExitPool(ctx sdk.Context, numShares sdk.Int, exitFee sdk.Dec) (exitedCoins sdk.Coins, err error) // This does not mutate the pool, or state. CalcJoinPoolNoSwapShares(ctx sdk.Context, tokensIn sdk.Coins, swapFee sdk.Dec) (numShares sdk.Int, newLiquidity sdk.Coins, err error) // This does not mutate the pool, or state. CalcExitPoolCoinsFromShares(ctx sdk.Context, numShares sdk.Int, exitFee sdk.Dec) (exitedCoins sdk.Coins, err error) // This does not mutate the pool, or state. CalcJoinPoolShares(ctx sdk.Context, tokensIn sdk.Coins, swapFee sdk.Dec) (numShares sdk.Int, newLiquidity sdk.Coins, err error) // SwapOutAmtGivenIn swaps 'tokenIn' against the pool, for tokenOutDenom, with the provided swapFee charged. // Balance transfers are done in the keeper, but this method updates the internal pool state. SwapOutAmtGivenIn(ctx sdk.Context, tokenIn sdk.Coins, tokenOutDenom string, swapFee sdk.Dec) (tokenOut sdk.Coin, err error) // CalcOutAmtGivenIn returns how many coins SwapOutAmtGivenIn would return on these arguments. // This does not mutate the pool, or state. CalcOutAmtGivenIn(ctx sdk.Context, tokenIn sdk.Coins, tokenOutDenom string, swapFee sdk.Dec) (tokenOut sdk.Coin, err error) // SwapInAmtGivenOut swaps exactly enough tokensIn against the pool, to get the provided tokenOut amount out of the pool. // Balance transfers are done in the keeper, but this method updates the internal pool state. SwapInAmtGivenOut(ctx sdk.Context, tokenOut sdk.Coins, tokenInDenom string, swapFee sdk.Dec) (tokenIn sdk.Coin, err error) // CalcInAmtGivenOut returns how many coins SwapInAmtGivenOut would return on these arguments. // This does not mutate the pool, or state. CalcInAmtGivenOut(ctx sdk.Context, tokenOut sdk.Coins, tokenInDenom string, swapFee sdk.Dec) (tokenIn sdk.Coin, err error) GetTotalShares() sdk.Int // GetTotalPoolLiquidity returns the coins in the pool owned by all LPs GetTotalPoolLiquidity(ctx sdk.Context) sdk.Coins // GetExitFee returns the pool's exit fee, based on the current state. // Pools may choose to make their exit fees dependent upon state. GetExitFee(ctx sdk.Context) sdk.Dec }
CFMMPoolI defines an interface for pools representing constant function AMM.
type CommunityPoolKeeper ¶
type CommunityPoolKeeper interface {
FundCommunityPool(ctx sdk.Context, amount sdk.Coins, sender sdk.AccAddress) error
}
CommunityPoolKeeper defines the contract needed to be fulfilled for distribution keeper.
type ConcentratedLiquidityKeeper ¶ added in v15.5.0
type ConcentratedLiquidityKeeper interface { GetPoolFromPoolIdAndConvertToConcentrated(ctx sdk.Context, poolId uint64) (cltypes.ConcentratedPoolExtension, error) CreateFullRangePosition(ctx sdk.Context, clPoolId uint64, owner sdk.AccAddress, coins sdk.Coins) (positionId uint64, amount0, amount1 sdk.Int, liquidity sdk.Dec, joinTime time.Time, err error) }
ConcentratedLiquidityKeeper defines the contract needed to be fulfilled for the concentrated liquidity keeper.
type ConcentratedPoolMigrationLinkNotFoundError ¶ added in v15.5.0
type ConcentratedPoolMigrationLinkNotFoundError struct {
PoolIdLeaving uint64
}
func (ConcentratedPoolMigrationLinkNotFoundError) Error ¶ added in v15.5.0
func (e ConcentratedPoolMigrationLinkNotFoundError) Error() string
type GammHooks ¶
type GammHooks interface { // AfterCFMMPoolCreated is called after a CFMM pool is created AfterCFMMPoolCreated(ctx sdk.Context, sender sdk.AccAddress, poolId uint64) // AfterJoinPool is called after JoinPool, JoinSwapExternAmountIn, and JoinSwapShareAmountOut AfterJoinPool(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, enterCoins sdk.Coins, shareOutAmount sdk.Int) // AfterExitPool is called after ExitPool, ExitSwapShareAmountIn, and ExitSwapExternAmountOut AfterExitPool(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, shareInAmount sdk.Int, exitCoins sdk.Coins) // AfterSwap is called after SwapExactAmountIn and SwapExactAmountOut in x/gamm. AfterCFMMSwap(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, input sdk.Coins, output sdk.Coins) }
type GenesisState ¶
type GenesisState struct { Pools []*types1.Any `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // will be renamed to next_pool_id in an upcoming version NextPoolNumber uint64 `protobuf:"varint,2,opt,name=next_pool_number,json=nextPoolNumber,proto3" json:"next_pool_number,omitempty"` Params Params `protobuf:"bytes,3,opt,name=params,proto3" json:"params"` MigrationRecords *MigrationRecords `protobuf:"bytes,4,opt,name=migration_records,json=migrationRecords,proto3" json:"migration_records,omitempty"` }
GenesisState defines the gamm module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis creates a default GenesisState object.
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetMigrationRecords ¶ added in v15.3.0
func (m *GenesisState) GetMigrationRecords() *MigrationRecords
func (*GenesisState) GetNextPoolNumber ¶
func (m *GenesisState) GetNextPoolNumber() uint64
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
func (*GenesisState) GetPools ¶
func (m *GenesisState) GetPools() []*types1.Any
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type LiquidityAndScalingFactorCountMismatchError ¶
type LiquidityAndScalingFactorCountMismatchError struct { LiquidityCount int ScalingFactorCount int }
func (LiquidityAndScalingFactorCountMismatchError) Error ¶
func (e LiquidityAndScalingFactorCountMismatchError) Error() string
type LiquidityChangeMsg ¶
type LiquidityChangeMsg interface {
LiquidityChangeType() LiquidityChangeType
}
LiquidityChangeMsg defines a simple interface for determining if an LP msg is removing or adding liquidity.
type LiquidityChangeType ¶
type LiquidityChangeType int
const ( AddLiquidity LiquidityChangeType = iota RemoveLiquidity )
type MigrationRecords ¶ added in v15.3.0
type MigrationRecords struct {
BalancerToConcentratedPoolLinks []BalancerToConcentratedPoolLink `` /* 150-byte string literal not displayed */
}
MigrationRecords contains all the links between balancer and concentrated pools
func (*MigrationRecords) Descriptor ¶ added in v15.3.0
func (*MigrationRecords) Descriptor() ([]byte, []int)
func (*MigrationRecords) GetBalancerToConcentratedPoolLinks ¶ added in v15.3.0
func (m *MigrationRecords) GetBalancerToConcentratedPoolLinks() []BalancerToConcentratedPoolLink
func (*MigrationRecords) Marshal ¶ added in v15.3.0
func (m *MigrationRecords) Marshal() (dAtA []byte, err error)
func (*MigrationRecords) MarshalTo ¶ added in v15.3.0
func (m *MigrationRecords) MarshalTo(dAtA []byte) (int, error)
func (*MigrationRecords) MarshalToSizedBuffer ¶ added in v15.3.0
func (m *MigrationRecords) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MigrationRecords) ProtoMessage ¶ added in v15.3.0
func (*MigrationRecords) ProtoMessage()
func (*MigrationRecords) Reset ¶ added in v15.3.0
func (m *MigrationRecords) Reset()
func (*MigrationRecords) Size ¶ added in v15.3.0
func (m *MigrationRecords) Size() (n int)
func (*MigrationRecords) String ¶ added in v15.3.0
func (m *MigrationRecords) String() string
func (*MigrationRecords) Unmarshal ¶ added in v15.3.0
func (m *MigrationRecords) Unmarshal(dAtA []byte) error
func (*MigrationRecords) XXX_DiscardUnknown ¶ added in v15.3.0
func (m *MigrationRecords) XXX_DiscardUnknown()
func (*MigrationRecords) XXX_Marshal ¶ added in v15.3.0
func (m *MigrationRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MigrationRecords) XXX_Merge ¶ added in v15.3.0
func (m *MigrationRecords) XXX_Merge(src proto.Message)
func (*MigrationRecords) XXX_Size ¶ added in v15.3.0
func (m *MigrationRecords) XXX_Size() int
func (*MigrationRecords) XXX_Unmarshal ¶ added in v15.3.0
func (m *MigrationRecords) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { JoinPool(ctx context.Context, in *MsgJoinPool, opts ...grpc.CallOption) (*MsgJoinPoolResponse, error) ExitPool(ctx context.Context, in *MsgExitPool, opts ...grpc.CallOption) (*MsgExitPoolResponse, error) SwapExactAmountIn(ctx context.Context, in *MsgSwapExactAmountIn, opts ...grpc.CallOption) (*MsgSwapExactAmountInResponse, error) SwapExactAmountOut(ctx context.Context, in *MsgSwapExactAmountOut, opts ...grpc.CallOption) (*MsgSwapExactAmountOutResponse, error) JoinSwapExternAmountIn(ctx context.Context, in *MsgJoinSwapExternAmountIn, opts ...grpc.CallOption) (*MsgJoinSwapExternAmountInResponse, error) ExitSwapExternAmountOut(ctx context.Context, in *MsgExitSwapExternAmountOut, opts ...grpc.CallOption) (*MsgExitSwapExternAmountOutResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgExitPool ¶
type MsgExitPool struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` TokenOutMins []types.Coin `protobuf:"bytes,4,rep,name=token_out_mins,json=tokenOutMins,proto3" json:"token_out_mins" yaml:"token_out_min_amounts"` }
===================== MsgExitPool
func (*MsgExitPool) Descriptor ¶
func (*MsgExitPool) Descriptor() ([]byte, []int)
func (*MsgExitPool) GetPoolId ¶
func (m *MsgExitPool) GetPoolId() uint64
func (*MsgExitPool) GetSender ¶
func (m *MsgExitPool) GetSender() string
func (MsgExitPool) GetSignBytes ¶
func (msg MsgExitPool) GetSignBytes() []byte
func (MsgExitPool) GetSigners ¶
func (msg MsgExitPool) GetSigners() []sdk.AccAddress
func (*MsgExitPool) GetTokenOutMins ¶
func (m *MsgExitPool) GetTokenOutMins() []types.Coin
func (MsgExitPool) LiquidityChangeType ¶
func (msg MsgExitPool) LiquidityChangeType() LiquidityChangeType
func (*MsgExitPool) Marshal ¶
func (m *MsgExitPool) Marshal() (dAtA []byte, err error)
func (*MsgExitPool) MarshalToSizedBuffer ¶
func (m *MsgExitPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgExitPool) ProtoMessage ¶
func (*MsgExitPool) ProtoMessage()
func (*MsgExitPool) Reset ¶
func (m *MsgExitPool) Reset()
func (MsgExitPool) Route ¶
func (msg MsgExitPool) Route() string
func (*MsgExitPool) Size ¶
func (m *MsgExitPool) Size() (n int)
func (*MsgExitPool) String ¶
func (m *MsgExitPool) String() string
func (MsgExitPool) Type ¶
func (msg MsgExitPool) Type() string
func (*MsgExitPool) Unmarshal ¶
func (m *MsgExitPool) Unmarshal(dAtA []byte) error
func (MsgExitPool) ValidateBasic ¶
func (msg MsgExitPool) ValidateBasic() error
func (*MsgExitPool) XXX_DiscardUnknown ¶
func (m *MsgExitPool) XXX_DiscardUnknown()
func (*MsgExitPool) XXX_Marshal ¶
func (m *MsgExitPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgExitPool) XXX_Merge ¶
func (m *MsgExitPool) XXX_Merge(src proto.Message)
func (*MsgExitPool) XXX_Size ¶
func (m *MsgExitPool) XXX_Size() int
func (*MsgExitPool) XXX_Unmarshal ¶
func (m *MsgExitPool) XXX_Unmarshal(b []byte) error
type MsgExitPoolResponse ¶
type MsgExitPoolResponse struct {
TokenOut []types.Coin `protobuf:"bytes,1,rep,name=token_out,json=tokenOut,proto3" json:"token_out" yaml:"token_out"`
}
func (*MsgExitPoolResponse) Descriptor ¶
func (*MsgExitPoolResponse) Descriptor() ([]byte, []int)
func (*MsgExitPoolResponse) GetTokenOut ¶
func (m *MsgExitPoolResponse) GetTokenOut() []types.Coin
func (*MsgExitPoolResponse) Marshal ¶
func (m *MsgExitPoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgExitPoolResponse) MarshalTo ¶
func (m *MsgExitPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgExitPoolResponse) MarshalToSizedBuffer ¶
func (m *MsgExitPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgExitPoolResponse) ProtoMessage ¶
func (*MsgExitPoolResponse) ProtoMessage()
func (*MsgExitPoolResponse) Reset ¶
func (m *MsgExitPoolResponse) Reset()
func (*MsgExitPoolResponse) Size ¶
func (m *MsgExitPoolResponse) Size() (n int)
func (*MsgExitPoolResponse) String ¶
func (m *MsgExitPoolResponse) String() string
func (*MsgExitPoolResponse) Unmarshal ¶
func (m *MsgExitPoolResponse) Unmarshal(dAtA []byte) error
func (*MsgExitPoolResponse) XXX_DiscardUnknown ¶
func (m *MsgExitPoolResponse) XXX_DiscardUnknown()
func (*MsgExitPoolResponse) XXX_Marshal ¶
func (m *MsgExitPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgExitPoolResponse) XXX_Merge ¶
func (m *MsgExitPoolResponse) XXX_Merge(src proto.Message)
func (*MsgExitPoolResponse) XXX_Size ¶
func (m *MsgExitPoolResponse) XXX_Size() int
func (*MsgExitPoolResponse) XXX_Unmarshal ¶
func (m *MsgExitPoolResponse) XXX_Unmarshal(b []byte) error
type MsgExitSwapExternAmountOut ¶
type MsgExitSwapExternAmountOut struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` TokenOut types.Coin `protobuf:"bytes,3,opt,name=token_out,json=tokenOut,proto3" json:"token_out" yaml:"token_out"` }
===================== MsgExitSwapExternAmountOut
func (*MsgExitSwapExternAmountOut) Descriptor ¶
func (*MsgExitSwapExternAmountOut) Descriptor() ([]byte, []int)
func (*MsgExitSwapExternAmountOut) GetPoolId ¶
func (m *MsgExitSwapExternAmountOut) GetPoolId() uint64
func (*MsgExitSwapExternAmountOut) GetSender ¶
func (m *MsgExitSwapExternAmountOut) GetSender() string
func (MsgExitSwapExternAmountOut) GetSignBytes ¶
func (msg MsgExitSwapExternAmountOut) GetSignBytes() []byte
func (MsgExitSwapExternAmountOut) GetSigners ¶
func (msg MsgExitSwapExternAmountOut) GetSigners() []sdk.AccAddress
func (*MsgExitSwapExternAmountOut) GetTokenOut ¶
func (m *MsgExitSwapExternAmountOut) GetTokenOut() types.Coin
func (MsgExitSwapExternAmountOut) LiquidityChangeType ¶
func (msg MsgExitSwapExternAmountOut) LiquidityChangeType() LiquidityChangeType
func (*MsgExitSwapExternAmountOut) Marshal ¶
func (m *MsgExitSwapExternAmountOut) Marshal() (dAtA []byte, err error)
func (*MsgExitSwapExternAmountOut) MarshalTo ¶
func (m *MsgExitSwapExternAmountOut) MarshalTo(dAtA []byte) (int, error)
func (*MsgExitSwapExternAmountOut) MarshalToSizedBuffer ¶
func (m *MsgExitSwapExternAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgExitSwapExternAmountOut) ProtoMessage ¶
func (*MsgExitSwapExternAmountOut) ProtoMessage()
func (*MsgExitSwapExternAmountOut) Reset ¶
func (m *MsgExitSwapExternAmountOut) Reset()
func (MsgExitSwapExternAmountOut) Route ¶
func (msg MsgExitSwapExternAmountOut) Route() string
func (*MsgExitSwapExternAmountOut) Size ¶
func (m *MsgExitSwapExternAmountOut) Size() (n int)
func (*MsgExitSwapExternAmountOut) String ¶
func (m *MsgExitSwapExternAmountOut) String() string
func (MsgExitSwapExternAmountOut) Type ¶
func (msg MsgExitSwapExternAmountOut) Type() string
func (*MsgExitSwapExternAmountOut) Unmarshal ¶
func (m *MsgExitSwapExternAmountOut) Unmarshal(dAtA []byte) error
func (MsgExitSwapExternAmountOut) ValidateBasic ¶
func (msg MsgExitSwapExternAmountOut) ValidateBasic() error
func (*MsgExitSwapExternAmountOut) XXX_DiscardUnknown ¶
func (m *MsgExitSwapExternAmountOut) XXX_DiscardUnknown()
func (*MsgExitSwapExternAmountOut) XXX_Marshal ¶
func (m *MsgExitSwapExternAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgExitSwapExternAmountOut) XXX_Merge ¶
func (m *MsgExitSwapExternAmountOut) XXX_Merge(src proto.Message)
func (*MsgExitSwapExternAmountOut) XXX_Size ¶
func (m *MsgExitSwapExternAmountOut) XXX_Size() int
func (*MsgExitSwapExternAmountOut) XXX_Unmarshal ¶
func (m *MsgExitSwapExternAmountOut) XXX_Unmarshal(b []byte) error
type MsgExitSwapExternAmountOutResponse ¶
type MsgExitSwapExternAmountOutResponse struct {
}func (*MsgExitSwapExternAmountOutResponse) Descriptor ¶
func (*MsgExitSwapExternAmountOutResponse) Descriptor() ([]byte, []int)
func (*MsgExitSwapExternAmountOutResponse) Marshal ¶
func (m *MsgExitSwapExternAmountOutResponse) Marshal() (dAtA []byte, err error)
func (*MsgExitSwapExternAmountOutResponse) MarshalTo ¶
func (m *MsgExitSwapExternAmountOutResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgExitSwapExternAmountOutResponse) MarshalToSizedBuffer ¶
func (m *MsgExitSwapExternAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgExitSwapExternAmountOutResponse) ProtoMessage ¶
func (*MsgExitSwapExternAmountOutResponse) ProtoMessage()
func (*MsgExitSwapExternAmountOutResponse) Reset ¶
func (m *MsgExitSwapExternAmountOutResponse) Reset()
func (*MsgExitSwapExternAmountOutResponse) Size ¶
func (m *MsgExitSwapExternAmountOutResponse) Size() (n int)
func (*MsgExitSwapExternAmountOutResponse) String ¶
func (m *MsgExitSwapExternAmountOutResponse) String() string
func (*MsgExitSwapExternAmountOutResponse) Unmarshal ¶
func (m *MsgExitSwapExternAmountOutResponse) Unmarshal(dAtA []byte) error
func (*MsgExitSwapExternAmountOutResponse) XXX_DiscardUnknown ¶
func (m *MsgExitSwapExternAmountOutResponse) XXX_DiscardUnknown()
func (*MsgExitSwapExternAmountOutResponse) XXX_Marshal ¶
func (m *MsgExitSwapExternAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgExitSwapExternAmountOutResponse) XXX_Merge ¶
func (m *MsgExitSwapExternAmountOutResponse) XXX_Merge(src proto.Message)
func (*MsgExitSwapExternAmountOutResponse) XXX_Size ¶
func (m *MsgExitSwapExternAmountOutResponse) XXX_Size() int
func (*MsgExitSwapExternAmountOutResponse) XXX_Unmarshal ¶
func (m *MsgExitSwapExternAmountOutResponse) XXX_Unmarshal(b []byte) error
type MsgExitSwapShareAmountIn ¶
type MsgExitSwapShareAmountIn struct {}
===================== MsgExitSwapShareAmountIn
func (*MsgExitSwapShareAmountIn) Descriptor ¶
func (*MsgExitSwapShareAmountIn) Descriptor() ([]byte, []int)
func (*MsgExitSwapShareAmountIn) GetPoolId ¶
func (m *MsgExitSwapShareAmountIn) GetPoolId() uint64
func (*MsgExitSwapShareAmountIn) GetSender ¶
func (m *MsgExitSwapShareAmountIn) GetSender() string
func (MsgExitSwapShareAmountIn) GetSignBytes ¶
func (msg MsgExitSwapShareAmountIn) GetSignBytes() []byte
func (MsgExitSwapShareAmountIn) GetSigners ¶
func (msg MsgExitSwapShareAmountIn) GetSigners() []sdk.AccAddress
func (*MsgExitSwapShareAmountIn) GetTokenOutDenom ¶
func (m *MsgExitSwapShareAmountIn) GetTokenOutDenom() string
func (MsgExitSwapShareAmountIn) LiquidityChangeType ¶
func (msg MsgExitSwapShareAmountIn) LiquidityChangeType() LiquidityChangeType
func (*MsgExitSwapShareAmountIn) Marshal ¶
func (m *MsgExitSwapShareAmountIn) Marshal() (dAtA []byte, err error)
func (*MsgExitSwapShareAmountIn) MarshalTo ¶
func (m *MsgExitSwapShareAmountIn) MarshalTo(dAtA []byte) (int, error)
func (*MsgExitSwapShareAmountIn) MarshalToSizedBuffer ¶
func (m *MsgExitSwapShareAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgExitSwapShareAmountIn) ProtoMessage ¶
func (*MsgExitSwapShareAmountIn) ProtoMessage()
func (*MsgExitSwapShareAmountIn) Reset ¶
func (m *MsgExitSwapShareAmountIn) Reset()
func (MsgExitSwapShareAmountIn) Route ¶
func (msg MsgExitSwapShareAmountIn) Route() string
func (*MsgExitSwapShareAmountIn) Size ¶
func (m *MsgExitSwapShareAmountIn) Size() (n int)
func (*MsgExitSwapShareAmountIn) String ¶
func (m *MsgExitSwapShareAmountIn) String() string
func (MsgExitSwapShareAmountIn) Type ¶
func (msg MsgExitSwapShareAmountIn) Type() string
func (*MsgExitSwapShareAmountIn) Unmarshal ¶
func (m *MsgExitSwapShareAmountIn) Unmarshal(dAtA []byte) error
func (MsgExitSwapShareAmountIn) ValidateBasic ¶
func (msg MsgExitSwapShareAmountIn) ValidateBasic() error
func (*MsgExitSwapShareAmountIn) XXX_DiscardUnknown ¶
func (m *MsgExitSwapShareAmountIn) XXX_DiscardUnknown()
func (*MsgExitSwapShareAmountIn) XXX_Marshal ¶
func (m *MsgExitSwapShareAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgExitSwapShareAmountIn) XXX_Merge ¶
func (m *MsgExitSwapShareAmountIn) XXX_Merge(src proto.Message)
func (*MsgExitSwapShareAmountIn) XXX_Size ¶
func (m *MsgExitSwapShareAmountIn) XXX_Size() int
func (*MsgExitSwapShareAmountIn) XXX_Unmarshal ¶
func (m *MsgExitSwapShareAmountIn) XXX_Unmarshal(b []byte) error
type MsgExitSwapShareAmountInResponse ¶
type MsgExitSwapShareAmountInResponse struct {
}func (*MsgExitSwapShareAmountInResponse) Descriptor ¶
func (*MsgExitSwapShareAmountInResponse) Descriptor() ([]byte, []int)
func (*MsgExitSwapShareAmountInResponse) Marshal ¶
func (m *MsgExitSwapShareAmountInResponse) Marshal() (dAtA []byte, err error)
func (*MsgExitSwapShareAmountInResponse) MarshalTo ¶
func (m *MsgExitSwapShareAmountInResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgExitSwapShareAmountInResponse) MarshalToSizedBuffer ¶
func (m *MsgExitSwapShareAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgExitSwapShareAmountInResponse) ProtoMessage ¶
func (*MsgExitSwapShareAmountInResponse) ProtoMessage()
func (*MsgExitSwapShareAmountInResponse) Reset ¶
func (m *MsgExitSwapShareAmountInResponse) Reset()
func (*MsgExitSwapShareAmountInResponse) Size ¶
func (m *MsgExitSwapShareAmountInResponse) Size() (n int)
func (*MsgExitSwapShareAmountInResponse) String ¶
func (m *MsgExitSwapShareAmountInResponse) String() string
func (*MsgExitSwapShareAmountInResponse) Unmarshal ¶
func (m *MsgExitSwapShareAmountInResponse) Unmarshal(dAtA []byte) error
func (*MsgExitSwapShareAmountInResponse) XXX_DiscardUnknown ¶
func (m *MsgExitSwapShareAmountInResponse) XXX_DiscardUnknown()
func (*MsgExitSwapShareAmountInResponse) XXX_Marshal ¶
func (m *MsgExitSwapShareAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgExitSwapShareAmountInResponse) XXX_Merge ¶
func (m *MsgExitSwapShareAmountInResponse) XXX_Merge(src proto.Message)
func (*MsgExitSwapShareAmountInResponse) XXX_Size ¶
func (m *MsgExitSwapShareAmountInResponse) XXX_Size() int
func (*MsgExitSwapShareAmountInResponse) XXX_Unmarshal ¶
func (m *MsgExitSwapShareAmountInResponse) XXX_Unmarshal(b []byte) error
type MsgJoinPool ¶
type MsgJoinPool struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` TokenInMaxs []types.Coin `protobuf:"bytes,4,rep,name=token_in_maxs,json=tokenInMaxs,proto3" json:"token_in_maxs" yaml:"token_in_max_amounts"` }
===================== MsgJoinPool This is really MsgJoinPoolNoSwap
func (*MsgJoinPool) Descriptor ¶
func (*MsgJoinPool) Descriptor() ([]byte, []int)
func (*MsgJoinPool) GetPoolId ¶
func (m *MsgJoinPool) GetPoolId() uint64
func (*MsgJoinPool) GetSender ¶
func (m *MsgJoinPool) GetSender() string
func (MsgJoinPool) GetSignBytes ¶
func (msg MsgJoinPool) GetSignBytes() []byte
func (MsgJoinPool) GetSigners ¶
func (msg MsgJoinPool) GetSigners() []sdk.AccAddress
func (*MsgJoinPool) GetTokenInMaxs ¶
func (m *MsgJoinPool) GetTokenInMaxs() []types.Coin
func (MsgJoinPool) LiquidityChangeType ¶
func (msg MsgJoinPool) LiquidityChangeType() LiquidityChangeType
func (*MsgJoinPool) Marshal ¶
func (m *MsgJoinPool) Marshal() (dAtA []byte, err error)
func (*MsgJoinPool) MarshalToSizedBuffer ¶
func (m *MsgJoinPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgJoinPool) ProtoMessage ¶
func (*MsgJoinPool) ProtoMessage()
func (*MsgJoinPool) Reset ¶
func (m *MsgJoinPool) Reset()
func (MsgJoinPool) Route ¶
func (msg MsgJoinPool) Route() string
func (*MsgJoinPool) Size ¶
func (m *MsgJoinPool) Size() (n int)
func (*MsgJoinPool) String ¶
func (m *MsgJoinPool) String() string
func (MsgJoinPool) Type ¶
func (msg MsgJoinPool) Type() string
func (*MsgJoinPool) Unmarshal ¶
func (m *MsgJoinPool) Unmarshal(dAtA []byte) error
func (MsgJoinPool) ValidateBasic ¶
func (msg MsgJoinPool) ValidateBasic() error
func (*MsgJoinPool) XXX_DiscardUnknown ¶
func (m *MsgJoinPool) XXX_DiscardUnknown()
func (*MsgJoinPool) XXX_Marshal ¶
func (m *MsgJoinPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgJoinPool) XXX_Merge ¶
func (m *MsgJoinPool) XXX_Merge(src proto.Message)
func (*MsgJoinPool) XXX_Size ¶
func (m *MsgJoinPool) XXX_Size() int
func (*MsgJoinPool) XXX_Unmarshal ¶
func (m *MsgJoinPool) XXX_Unmarshal(b []byte) error
type MsgJoinPoolResponse ¶
type MsgJoinPoolResponse struct { TokenIn []types.Coin `protobuf:"bytes,2,rep,name=token_in,json=tokenIn,proto3" json:"token_in" yaml:"token_in"` }
func (*MsgJoinPoolResponse) Descriptor ¶
func (*MsgJoinPoolResponse) Descriptor() ([]byte, []int)
func (*MsgJoinPoolResponse) GetTokenIn ¶
func (m *MsgJoinPoolResponse) GetTokenIn() []types.Coin
func (*MsgJoinPoolResponse) Marshal ¶
func (m *MsgJoinPoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgJoinPoolResponse) MarshalTo ¶
func (m *MsgJoinPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgJoinPoolResponse) MarshalToSizedBuffer ¶
func (m *MsgJoinPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgJoinPoolResponse) ProtoMessage ¶
func (*MsgJoinPoolResponse) ProtoMessage()
func (*MsgJoinPoolResponse) Reset ¶
func (m *MsgJoinPoolResponse) Reset()
func (*MsgJoinPoolResponse) Size ¶
func (m *MsgJoinPoolResponse) Size() (n int)
func (*MsgJoinPoolResponse) String ¶
func (m *MsgJoinPoolResponse) String() string
func (*MsgJoinPoolResponse) Unmarshal ¶
func (m *MsgJoinPoolResponse) Unmarshal(dAtA []byte) error
func (*MsgJoinPoolResponse) XXX_DiscardUnknown ¶
func (m *MsgJoinPoolResponse) XXX_DiscardUnknown()
func (*MsgJoinPoolResponse) XXX_Marshal ¶
func (m *MsgJoinPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgJoinPoolResponse) XXX_Merge ¶
func (m *MsgJoinPoolResponse) XXX_Merge(src proto.Message)
func (*MsgJoinPoolResponse) XXX_Size ¶
func (m *MsgJoinPoolResponse) XXX_Size() int
func (*MsgJoinPoolResponse) XXX_Unmarshal ¶
func (m *MsgJoinPoolResponse) XXX_Unmarshal(b []byte) error
type MsgJoinSwapExternAmountIn ¶
type MsgJoinSwapExternAmountIn struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` TokenIn types.Coin `protobuf:"bytes,3,opt,name=token_in,json=tokenIn,proto3" json:"token_in" yaml:"token_in"` }
===================== MsgJoinSwapExternAmountIn TODO: Rename to MsgJoinSwapExactAmountIn
func (*MsgJoinSwapExternAmountIn) Descriptor ¶
func (*MsgJoinSwapExternAmountIn) Descriptor() ([]byte, []int)
func (*MsgJoinSwapExternAmountIn) GetPoolId ¶
func (m *MsgJoinSwapExternAmountIn) GetPoolId() uint64
func (*MsgJoinSwapExternAmountIn) GetSender ¶
func (m *MsgJoinSwapExternAmountIn) GetSender() string
func (MsgJoinSwapExternAmountIn) GetSignBytes ¶
func (msg MsgJoinSwapExternAmountIn) GetSignBytes() []byte
func (MsgJoinSwapExternAmountIn) GetSigners ¶
func (msg MsgJoinSwapExternAmountIn) GetSigners() []sdk.AccAddress
func (*MsgJoinSwapExternAmountIn) GetTokenIn ¶
func (m *MsgJoinSwapExternAmountIn) GetTokenIn() types.Coin
func (MsgJoinSwapExternAmountIn) LiquidityChangeType ¶
func (msg MsgJoinSwapExternAmountIn) LiquidityChangeType() LiquidityChangeType
func (*MsgJoinSwapExternAmountIn) Marshal ¶
func (m *MsgJoinSwapExternAmountIn) Marshal() (dAtA []byte, err error)
func (*MsgJoinSwapExternAmountIn) MarshalTo ¶
func (m *MsgJoinSwapExternAmountIn) MarshalTo(dAtA []byte) (int, error)
func (*MsgJoinSwapExternAmountIn) MarshalToSizedBuffer ¶
func (m *MsgJoinSwapExternAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgJoinSwapExternAmountIn) ProtoMessage ¶
func (*MsgJoinSwapExternAmountIn) ProtoMessage()
func (*MsgJoinSwapExternAmountIn) Reset ¶
func (m *MsgJoinSwapExternAmountIn) Reset()
func (MsgJoinSwapExternAmountIn) Route ¶
func (msg MsgJoinSwapExternAmountIn) Route() string
func (*MsgJoinSwapExternAmountIn) Size ¶
func (m *MsgJoinSwapExternAmountIn) Size() (n int)
func (*MsgJoinSwapExternAmountIn) String ¶
func (m *MsgJoinSwapExternAmountIn) String() string
func (MsgJoinSwapExternAmountIn) Type ¶
func (msg MsgJoinSwapExternAmountIn) Type() string
func (*MsgJoinSwapExternAmountIn) Unmarshal ¶
func (m *MsgJoinSwapExternAmountIn) Unmarshal(dAtA []byte) error
func (MsgJoinSwapExternAmountIn) ValidateBasic ¶
func (msg MsgJoinSwapExternAmountIn) ValidateBasic() error
func (*MsgJoinSwapExternAmountIn) XXX_DiscardUnknown ¶
func (m *MsgJoinSwapExternAmountIn) XXX_DiscardUnknown()
func (*MsgJoinSwapExternAmountIn) XXX_Marshal ¶
func (m *MsgJoinSwapExternAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgJoinSwapExternAmountIn) XXX_Merge ¶
func (m *MsgJoinSwapExternAmountIn) XXX_Merge(src proto.Message)
func (*MsgJoinSwapExternAmountIn) XXX_Size ¶
func (m *MsgJoinSwapExternAmountIn) XXX_Size() int
func (*MsgJoinSwapExternAmountIn) XXX_Unmarshal ¶
func (m *MsgJoinSwapExternAmountIn) XXX_Unmarshal(b []byte) error
type MsgJoinSwapExternAmountInResponse ¶
type MsgJoinSwapExternAmountInResponse struct {
}func (*MsgJoinSwapExternAmountInResponse) Descriptor ¶
func (*MsgJoinSwapExternAmountInResponse) Descriptor() ([]byte, []int)
func (*MsgJoinSwapExternAmountInResponse) Marshal ¶
func (m *MsgJoinSwapExternAmountInResponse) Marshal() (dAtA []byte, err error)
func (*MsgJoinSwapExternAmountInResponse) MarshalTo ¶
func (m *MsgJoinSwapExternAmountInResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgJoinSwapExternAmountInResponse) MarshalToSizedBuffer ¶
func (m *MsgJoinSwapExternAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgJoinSwapExternAmountInResponse) ProtoMessage ¶
func (*MsgJoinSwapExternAmountInResponse) ProtoMessage()
func (*MsgJoinSwapExternAmountInResponse) Reset ¶
func (m *MsgJoinSwapExternAmountInResponse) Reset()
func (*MsgJoinSwapExternAmountInResponse) Size ¶
func (m *MsgJoinSwapExternAmountInResponse) Size() (n int)
func (*MsgJoinSwapExternAmountInResponse) String ¶
func (m *MsgJoinSwapExternAmountInResponse) String() string
func (*MsgJoinSwapExternAmountInResponse) Unmarshal ¶
func (m *MsgJoinSwapExternAmountInResponse) Unmarshal(dAtA []byte) error
func (*MsgJoinSwapExternAmountInResponse) XXX_DiscardUnknown ¶
func (m *MsgJoinSwapExternAmountInResponse) XXX_DiscardUnknown()
func (*MsgJoinSwapExternAmountInResponse) XXX_Marshal ¶
func (m *MsgJoinSwapExternAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgJoinSwapExternAmountInResponse) XXX_Merge ¶
func (m *MsgJoinSwapExternAmountInResponse) XXX_Merge(src proto.Message)
func (*MsgJoinSwapExternAmountInResponse) XXX_Size ¶
func (m *MsgJoinSwapExternAmountInResponse) XXX_Size() int
func (*MsgJoinSwapExternAmountInResponse) XXX_Unmarshal ¶
func (m *MsgJoinSwapExternAmountInResponse) XXX_Unmarshal(b []byte) error
type MsgJoinSwapShareAmountOut ¶
type MsgJoinSwapShareAmountOut struct {}
===================== MsgJoinSwapShareAmountOut
func (*MsgJoinSwapShareAmountOut) Descriptor ¶
func (*MsgJoinSwapShareAmountOut) Descriptor() ([]byte, []int)
func (*MsgJoinSwapShareAmountOut) GetPoolId ¶
func (m *MsgJoinSwapShareAmountOut) GetPoolId() uint64
func (*MsgJoinSwapShareAmountOut) GetSender ¶
func (m *MsgJoinSwapShareAmountOut) GetSender() string
func (MsgJoinSwapShareAmountOut) GetSignBytes ¶
func (msg MsgJoinSwapShareAmountOut) GetSignBytes() []byte
func (MsgJoinSwapShareAmountOut) GetSigners ¶
func (msg MsgJoinSwapShareAmountOut) GetSigners() []sdk.AccAddress
func (*MsgJoinSwapShareAmountOut) GetTokenInDenom ¶
func (m *MsgJoinSwapShareAmountOut) GetTokenInDenom() string
func (MsgJoinSwapShareAmountOut) LiquidityChangeType ¶
func (msg MsgJoinSwapShareAmountOut) LiquidityChangeType() LiquidityChangeType
func (*MsgJoinSwapShareAmountOut) Marshal ¶
func (m *MsgJoinSwapShareAmountOut) Marshal() (dAtA []byte, err error)
func (*MsgJoinSwapShareAmountOut) MarshalTo ¶
func (m *MsgJoinSwapShareAmountOut) MarshalTo(dAtA []byte) (int, error)
func (*MsgJoinSwapShareAmountOut) MarshalToSizedBuffer ¶
func (m *MsgJoinSwapShareAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgJoinSwapShareAmountOut) ProtoMessage ¶
func (*MsgJoinSwapShareAmountOut) ProtoMessage()
func (*MsgJoinSwapShareAmountOut) Reset ¶
func (m *MsgJoinSwapShareAmountOut) Reset()
func (MsgJoinSwapShareAmountOut) Route ¶
func (msg MsgJoinSwapShareAmountOut) Route() string
func (*MsgJoinSwapShareAmountOut) Size ¶
func (m *MsgJoinSwapShareAmountOut) Size() (n int)
func (*MsgJoinSwapShareAmountOut) String ¶
func (m *MsgJoinSwapShareAmountOut) String() string
func (MsgJoinSwapShareAmountOut) Type ¶
func (msg MsgJoinSwapShareAmountOut) Type() string
func (*MsgJoinSwapShareAmountOut) Unmarshal ¶
func (m *MsgJoinSwapShareAmountOut) Unmarshal(dAtA []byte) error
func (MsgJoinSwapShareAmountOut) ValidateBasic ¶
func (msg MsgJoinSwapShareAmountOut) ValidateBasic() error
func (*MsgJoinSwapShareAmountOut) XXX_DiscardUnknown ¶
func (m *MsgJoinSwapShareAmountOut) XXX_DiscardUnknown()
func (*MsgJoinSwapShareAmountOut) XXX_Marshal ¶
func (m *MsgJoinSwapShareAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgJoinSwapShareAmountOut) XXX_Merge ¶
func (m *MsgJoinSwapShareAmountOut) XXX_Merge(src proto.Message)
func (*MsgJoinSwapShareAmountOut) XXX_Size ¶
func (m *MsgJoinSwapShareAmountOut) XXX_Size() int
func (*MsgJoinSwapShareAmountOut) XXX_Unmarshal ¶
func (m *MsgJoinSwapShareAmountOut) XXX_Unmarshal(b []byte) error
type MsgJoinSwapShareAmountOutResponse ¶
type MsgJoinSwapShareAmountOutResponse struct {
}func (*MsgJoinSwapShareAmountOutResponse) Descriptor ¶
func (*MsgJoinSwapShareAmountOutResponse) Descriptor() ([]byte, []int)
func (*MsgJoinSwapShareAmountOutResponse) Marshal ¶
func (m *MsgJoinSwapShareAmountOutResponse) Marshal() (dAtA []byte, err error)
func (*MsgJoinSwapShareAmountOutResponse) MarshalTo ¶
func (m *MsgJoinSwapShareAmountOutResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgJoinSwapShareAmountOutResponse) MarshalToSizedBuffer ¶
func (m *MsgJoinSwapShareAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgJoinSwapShareAmountOutResponse) ProtoMessage ¶
func (*MsgJoinSwapShareAmountOutResponse) ProtoMessage()
func (*MsgJoinSwapShareAmountOutResponse) Reset ¶
func (m *MsgJoinSwapShareAmountOutResponse) Reset()
func (*MsgJoinSwapShareAmountOutResponse) Size ¶
func (m *MsgJoinSwapShareAmountOutResponse) Size() (n int)
func (*MsgJoinSwapShareAmountOutResponse) String ¶
func (m *MsgJoinSwapShareAmountOutResponse) String() string
func (*MsgJoinSwapShareAmountOutResponse) Unmarshal ¶
func (m *MsgJoinSwapShareAmountOutResponse) Unmarshal(dAtA []byte) error
func (*MsgJoinSwapShareAmountOutResponse) XXX_DiscardUnknown ¶
func (m *MsgJoinSwapShareAmountOutResponse) XXX_DiscardUnknown()
func (*MsgJoinSwapShareAmountOutResponse) XXX_Marshal ¶
func (m *MsgJoinSwapShareAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgJoinSwapShareAmountOutResponse) XXX_Merge ¶
func (m *MsgJoinSwapShareAmountOutResponse) XXX_Merge(src proto.Message)
func (*MsgJoinSwapShareAmountOutResponse) XXX_Size ¶
func (m *MsgJoinSwapShareAmountOutResponse) XXX_Size() int
func (*MsgJoinSwapShareAmountOutResponse) XXX_Unmarshal ¶
func (m *MsgJoinSwapShareAmountOutResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { JoinPool(context.Context, *MsgJoinPool) (*MsgJoinPoolResponse, error) ExitPool(context.Context, *MsgExitPool) (*MsgExitPoolResponse, error) SwapExactAmountIn(context.Context, *MsgSwapExactAmountIn) (*MsgSwapExactAmountInResponse, error) SwapExactAmountOut(context.Context, *MsgSwapExactAmountOut) (*MsgSwapExactAmountOutResponse, error) JoinSwapExternAmountIn(context.Context, *MsgJoinSwapExternAmountIn) (*MsgJoinSwapExternAmountInResponse, error) ExitSwapExternAmountOut(context.Context, *MsgExitSwapExternAmountOut) (*MsgExitSwapExternAmountOutResponse, error) }
MsgServer is the server API for Msg service.
type MsgSwapExactAmountIn ¶
type MsgSwapExactAmountIn struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` Routes []types1.SwapAmountInRoute `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes"` TokenIn types.Coin `protobuf:"bytes,3,opt,name=token_in,json=tokenIn,proto3" json:"token_in" yaml:"token_in"` TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 184-byte string literal not displayed */ }
===================== MsgSwapExactAmountIn
func (*MsgSwapExactAmountIn) Descriptor ¶
func (*MsgSwapExactAmountIn) Descriptor() ([]byte, []int)
func (*MsgSwapExactAmountIn) GetRoutes ¶
func (m *MsgSwapExactAmountIn) GetRoutes() []types1.SwapAmountInRoute
func (*MsgSwapExactAmountIn) GetSender ¶
func (m *MsgSwapExactAmountIn) GetSender() string
func (MsgSwapExactAmountIn) GetSignBytes ¶
func (msg MsgSwapExactAmountIn) GetSignBytes() []byte
func (MsgSwapExactAmountIn) GetSigners ¶
func (msg MsgSwapExactAmountIn) GetSigners() []sdk.AccAddress
func (*MsgSwapExactAmountIn) GetTokenIn ¶
func (m *MsgSwapExactAmountIn) GetTokenIn() types.Coin
func (*MsgSwapExactAmountIn) Marshal ¶
func (m *MsgSwapExactAmountIn) Marshal() (dAtA []byte, err error)
func (*MsgSwapExactAmountIn) MarshalTo ¶
func (m *MsgSwapExactAmountIn) MarshalTo(dAtA []byte) (int, error)
func (*MsgSwapExactAmountIn) MarshalToSizedBuffer ¶
func (m *MsgSwapExactAmountIn) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSwapExactAmountIn) ProtoMessage ¶
func (*MsgSwapExactAmountIn) ProtoMessage()
func (*MsgSwapExactAmountIn) Reset ¶
func (m *MsgSwapExactAmountIn) Reset()
func (MsgSwapExactAmountIn) Route ¶
func (msg MsgSwapExactAmountIn) Route() string
func (*MsgSwapExactAmountIn) Size ¶
func (m *MsgSwapExactAmountIn) Size() (n int)
func (*MsgSwapExactAmountIn) String ¶
func (m *MsgSwapExactAmountIn) String() string
func (MsgSwapExactAmountIn) TokenDenomsOnPath ¶
func (msg MsgSwapExactAmountIn) TokenDenomsOnPath() []string
func (MsgSwapExactAmountIn) TokenInDenom ¶
func (msg MsgSwapExactAmountIn) TokenInDenom() string
func (MsgSwapExactAmountIn) TokenOutDenom ¶
func (msg MsgSwapExactAmountIn) TokenOutDenom() string
func (MsgSwapExactAmountIn) Type ¶
func (msg MsgSwapExactAmountIn) Type() string
func (*MsgSwapExactAmountIn) Unmarshal ¶
func (m *MsgSwapExactAmountIn) Unmarshal(dAtA []byte) error
func (MsgSwapExactAmountIn) ValidateBasic ¶
func (msg MsgSwapExactAmountIn) ValidateBasic() error
func (*MsgSwapExactAmountIn) XXX_DiscardUnknown ¶
func (m *MsgSwapExactAmountIn) XXX_DiscardUnknown()
func (*MsgSwapExactAmountIn) XXX_Marshal ¶
func (m *MsgSwapExactAmountIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSwapExactAmountIn) XXX_Merge ¶
func (m *MsgSwapExactAmountIn) XXX_Merge(src proto.Message)
func (*MsgSwapExactAmountIn) XXX_Size ¶
func (m *MsgSwapExactAmountIn) XXX_Size() int
func (*MsgSwapExactAmountIn) XXX_Unmarshal ¶
func (m *MsgSwapExactAmountIn) XXX_Unmarshal(b []byte) error
type MsgSwapExactAmountInResponse ¶
type MsgSwapExactAmountInResponse struct {
TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 169-byte string literal not displayed */
}
func (*MsgSwapExactAmountInResponse) Descriptor ¶
func (*MsgSwapExactAmountInResponse) Descriptor() ([]byte, []int)
func (*MsgSwapExactAmountInResponse) Marshal ¶
func (m *MsgSwapExactAmountInResponse) Marshal() (dAtA []byte, err error)
func (*MsgSwapExactAmountInResponse) MarshalTo ¶
func (m *MsgSwapExactAmountInResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSwapExactAmountInResponse) MarshalToSizedBuffer ¶
func (m *MsgSwapExactAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSwapExactAmountInResponse) ProtoMessage ¶
func (*MsgSwapExactAmountInResponse) ProtoMessage()
func (*MsgSwapExactAmountInResponse) Reset ¶
func (m *MsgSwapExactAmountInResponse) Reset()
func (*MsgSwapExactAmountInResponse) Size ¶
func (m *MsgSwapExactAmountInResponse) Size() (n int)
func (*MsgSwapExactAmountInResponse) String ¶
func (m *MsgSwapExactAmountInResponse) String() string
func (*MsgSwapExactAmountInResponse) Unmarshal ¶
func (m *MsgSwapExactAmountInResponse) Unmarshal(dAtA []byte) error
func (*MsgSwapExactAmountInResponse) XXX_DiscardUnknown ¶
func (m *MsgSwapExactAmountInResponse) XXX_DiscardUnknown()
func (*MsgSwapExactAmountInResponse) XXX_Marshal ¶
func (m *MsgSwapExactAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSwapExactAmountInResponse) XXX_Merge ¶
func (m *MsgSwapExactAmountInResponse) XXX_Merge(src proto.Message)
func (*MsgSwapExactAmountInResponse) XXX_Size ¶
func (m *MsgSwapExactAmountInResponse) XXX_Size() int
func (*MsgSwapExactAmountInResponse) XXX_Unmarshal ¶
func (m *MsgSwapExactAmountInResponse) XXX_Unmarshal(b []byte) error
type MsgSwapExactAmountOut ¶
type MsgSwapExactAmountOut struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` Routes []types1.SwapAmountOutRoute `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes"` TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 180-byte string literal not displayed */ TokenOut types.Coin `protobuf:"bytes,4,opt,name=token_out,json=tokenOut,proto3" json:"token_out" yaml:"token_out"` }
func (*MsgSwapExactAmountOut) Descriptor ¶
func (*MsgSwapExactAmountOut) Descriptor() ([]byte, []int)
func (*MsgSwapExactAmountOut) GetRoutes ¶
func (m *MsgSwapExactAmountOut) GetRoutes() []types1.SwapAmountOutRoute
func (*MsgSwapExactAmountOut) GetSender ¶
func (m *MsgSwapExactAmountOut) GetSender() string
func (MsgSwapExactAmountOut) GetSignBytes ¶
func (msg MsgSwapExactAmountOut) GetSignBytes() []byte
func (MsgSwapExactAmountOut) GetSigners ¶
func (msg MsgSwapExactAmountOut) GetSigners() []sdk.AccAddress
func (*MsgSwapExactAmountOut) GetTokenOut ¶
func (m *MsgSwapExactAmountOut) GetTokenOut() types.Coin
func (*MsgSwapExactAmountOut) Marshal ¶
func (m *MsgSwapExactAmountOut) Marshal() (dAtA []byte, err error)
func (*MsgSwapExactAmountOut) MarshalTo ¶
func (m *MsgSwapExactAmountOut) MarshalTo(dAtA []byte) (int, error)
func (*MsgSwapExactAmountOut) MarshalToSizedBuffer ¶
func (m *MsgSwapExactAmountOut) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSwapExactAmountOut) ProtoMessage ¶
func (*MsgSwapExactAmountOut) ProtoMessage()
func (*MsgSwapExactAmountOut) Reset ¶
func (m *MsgSwapExactAmountOut) Reset()
func (MsgSwapExactAmountOut) Route ¶
func (msg MsgSwapExactAmountOut) Route() string
func (*MsgSwapExactAmountOut) Size ¶
func (m *MsgSwapExactAmountOut) Size() (n int)
func (*MsgSwapExactAmountOut) String ¶
func (m *MsgSwapExactAmountOut) String() string
func (MsgSwapExactAmountOut) TokenDenomsOnPath ¶
func (msg MsgSwapExactAmountOut) TokenDenomsOnPath() []string
func (MsgSwapExactAmountOut) TokenInDenom ¶
func (msg MsgSwapExactAmountOut) TokenInDenom() string
func (MsgSwapExactAmountOut) TokenOutDenom ¶
func (msg MsgSwapExactAmountOut) TokenOutDenom() string
func (MsgSwapExactAmountOut) Type ¶
func (msg MsgSwapExactAmountOut) Type() string
func (*MsgSwapExactAmountOut) Unmarshal ¶
func (m *MsgSwapExactAmountOut) Unmarshal(dAtA []byte) error
func (MsgSwapExactAmountOut) ValidateBasic ¶
func (msg MsgSwapExactAmountOut) ValidateBasic() error
func (*MsgSwapExactAmountOut) XXX_DiscardUnknown ¶
func (m *MsgSwapExactAmountOut) XXX_DiscardUnknown()
func (*MsgSwapExactAmountOut) XXX_Marshal ¶
func (m *MsgSwapExactAmountOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSwapExactAmountOut) XXX_Merge ¶
func (m *MsgSwapExactAmountOut) XXX_Merge(src proto.Message)
func (*MsgSwapExactAmountOut) XXX_Size ¶
func (m *MsgSwapExactAmountOut) XXX_Size() int
func (*MsgSwapExactAmountOut) XXX_Unmarshal ¶
func (m *MsgSwapExactAmountOut) XXX_Unmarshal(b []byte) error
type MsgSwapExactAmountOutResponse ¶
type MsgSwapExactAmountOutResponse struct {
TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 165-byte string literal not displayed */
}
func (*MsgSwapExactAmountOutResponse) Descriptor ¶
func (*MsgSwapExactAmountOutResponse) Descriptor() ([]byte, []int)
func (*MsgSwapExactAmountOutResponse) Marshal ¶
func (m *MsgSwapExactAmountOutResponse) Marshal() (dAtA []byte, err error)
func (*MsgSwapExactAmountOutResponse) MarshalTo ¶
func (m *MsgSwapExactAmountOutResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSwapExactAmountOutResponse) MarshalToSizedBuffer ¶
func (m *MsgSwapExactAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSwapExactAmountOutResponse) ProtoMessage ¶
func (*MsgSwapExactAmountOutResponse) ProtoMessage()
func (*MsgSwapExactAmountOutResponse) Reset ¶
func (m *MsgSwapExactAmountOutResponse) Reset()
func (*MsgSwapExactAmountOutResponse) Size ¶
func (m *MsgSwapExactAmountOutResponse) Size() (n int)
func (*MsgSwapExactAmountOutResponse) String ¶
func (m *MsgSwapExactAmountOutResponse) String() string
func (*MsgSwapExactAmountOutResponse) Unmarshal ¶
func (m *MsgSwapExactAmountOutResponse) Unmarshal(dAtA []byte) error
func (*MsgSwapExactAmountOutResponse) XXX_DiscardUnknown ¶
func (m *MsgSwapExactAmountOutResponse) XXX_DiscardUnknown()
func (*MsgSwapExactAmountOutResponse) XXX_Marshal ¶
func (m *MsgSwapExactAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSwapExactAmountOutResponse) XXX_Merge ¶
func (m *MsgSwapExactAmountOutResponse) XXX_Merge(src proto.Message)
func (*MsgSwapExactAmountOutResponse) XXX_Size ¶
func (m *MsgSwapExactAmountOutResponse) XXX_Size() int
func (*MsgSwapExactAmountOutResponse) XXX_Unmarshal ¶
func (m *MsgSwapExactAmountOutResponse) XXX_Unmarshal(b []byte) error
type MultiGammHooks ¶
type MultiGammHooks []GammHooks
combine multiple gamm hooks, all hook functions are run in array sequence.
func NewMultiGammHooks ¶
func NewMultiGammHooks(hooks ...GammHooks) MultiGammHooks
Creates hooks for the Gamm Module.
func (MultiGammHooks) AfterCFMMPoolCreated ¶ added in v15.5.0
func (h MultiGammHooks) AfterCFMMPoolCreated(ctx sdk.Context, sender sdk.AccAddress, poolId uint64)
func (MultiGammHooks) AfterCFMMSwap ¶ added in v15.5.0
func (h MultiGammHooks) AfterCFMMSwap(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, input sdk.Coins, output sdk.Coins)
func (MultiGammHooks) AfterExitPool ¶
func (h MultiGammHooks) AfterExitPool(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, shareInAmount sdk.Int, exitCoins sdk.Coins)
func (MultiGammHooks) AfterJoinPool ¶
func (h MultiGammHooks) AfterJoinPool(ctx sdk.Context, sender sdk.AccAddress, poolId uint64, enterCoins sdk.Coins, shareOutAmount sdk.Int)
type MultihopRoute ¶
type Params ¶
type Params struct {
PoolCreationFee github_com_cosmos_cosmos_sdk_types.Coins `` /* 177-byte string literal not displayed */
}
Params holds parameters for the incentives module
func (*Params) Descriptor ¶
func (*Params) GetPoolCreationFee ¶
func (m *Params) GetPoolCreationFee() github_com_cosmos_cosmos_sdk_types.Coins
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
Implements params.ParamSet.
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type PoolAmountOutExtension ¶
type PoolAmountOutExtension interface { CFMMPoolI // that would be returned if swapped for an exact number of shares (shareOutAmount). // Returns error if tokenInDenom is not in the pool or if fails to approximate // given the shareOutAmount. // This method does not mutate the pool CalcTokenInShareAmountOut( ctx sdk.Context, tokenInDenom string, shareOutAmount sdk.Int, swapFee sdk.Dec, ) (tokenInAmount sdk.Int, err error) // and swaps to an exact number of shares (shareOutAmount). JoinPoolTokenInMaxShareAmountOut( ctx sdk.Context, tokenInDenom string, shareOutAmount sdk.Int, ) (tokenInAmount sdk.Int, err error) // ExitSwapExactAmountOut removes liquidity from a specified pool with a maximum amount of LP shares (shareInMaxAmount) // and swaps to an exact amount of one of the token pairs (tokenOut). ExitSwapExactAmountOut( ctx sdk.Context, tokenOut sdk.Coin, shareInMaxAmount sdk.Int, ) (shareInAmount sdk.Int, err error) // IncreaseLiquidity increases the pool's liquidity by the specified sharesOut and coinsIn. IncreaseLiquidity(sharesOut sdk.Int, coinsIn sdk.Coins) }
PoolAmountOutExtension is an extension of the PoolI interface definiting an abstraction for pools that hold tokens. In addition, it supports JoinSwapShareAmountOut and ExitSwapExactAmountOut methods that allow joining with the exact amount of shares to get out, and exiting with exact amount of coins to get out. See definitions below.
type PoolDoesNotExistError ¶
type PoolDoesNotExistError struct {
PoolId uint64
}
func (PoolDoesNotExistError) Error ¶
func (e PoolDoesNotExistError) Error() string
type PoolManager ¶
type PoolManager interface { CreatePool(ctx sdk.Context, msg poolmanagertypes.CreatePoolMsg) (uint64, error) GetNextPoolId(ctx sdk.Context) uint64 RouteExactAmountIn( ctx sdk.Context, sender sdk.AccAddress, routes []poolmanagertypes.SwapAmountInRoute, tokenIn sdk.Coin, tokenOutMinAmount sdk.Int) (tokenOutAmount sdk.Int, err error) RouteExactAmountOut(ctx sdk.Context, sender sdk.AccAddress, routes []poolmanagertypes.SwapAmountOutRoute, tokenInMaxAmount sdk.Int, tokenOut sdk.Coin, ) (tokenInAmount sdk.Int, err error) MultihopEstimateOutGivenExactAmountIn( ctx sdk.Context, routes []poolmanagertypes.SwapAmountInRoute, tokenIn sdk.Coin, ) (tokenOutAmount sdk.Int, err error) MultihopEstimateInGivenExactAmountOut( ctx sdk.Context, routes []poolmanagertypes.SwapAmountOutRoute, tokenOut sdk.Coin) (tokenInAmount sdk.Int, err error) GetPoolModule(ctx sdk.Context, poolId uint64) (poolmanagertypes.PoolModuleI, error) GetPool(ctx sdk.Context, poolId uint64) (poolmanagertypes.PoolI, error) }
PoolManager defines the interface needed to be fulfilled for the pool manger.
type QueryCalcExitPoolCoinsFromSharesRequest ¶
type QueryCalcExitPoolCoinsFromSharesRequest struct {}
=============================== CalcExitPoolCoinsFromShares
func (*QueryCalcExitPoolCoinsFromSharesRequest) Descriptor ¶
func (*QueryCalcExitPoolCoinsFromSharesRequest) Descriptor() ([]byte, []int)
func (*QueryCalcExitPoolCoinsFromSharesRequest) GetPoolId ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) GetPoolId() uint64
func (*QueryCalcExitPoolCoinsFromSharesRequest) Marshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) Marshal() (dAtA []byte, err error)
func (*QueryCalcExitPoolCoinsFromSharesRequest) MarshalTo ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryCalcExitPoolCoinsFromSharesRequest) MarshalToSizedBuffer ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCalcExitPoolCoinsFromSharesRequest) ProtoMessage ¶
func (*QueryCalcExitPoolCoinsFromSharesRequest) ProtoMessage()
func (*QueryCalcExitPoolCoinsFromSharesRequest) Reset ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) Reset()
func (*QueryCalcExitPoolCoinsFromSharesRequest) Size ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) Size() (n int)
func (*QueryCalcExitPoolCoinsFromSharesRequest) String ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) String() string
func (*QueryCalcExitPoolCoinsFromSharesRequest) Unmarshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) Unmarshal(dAtA []byte) error
func (*QueryCalcExitPoolCoinsFromSharesRequest) XXX_DiscardUnknown ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_DiscardUnknown()
func (*QueryCalcExitPoolCoinsFromSharesRequest) XXX_Marshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCalcExitPoolCoinsFromSharesRequest) XXX_Merge ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Merge(src proto.Message)
func (*QueryCalcExitPoolCoinsFromSharesRequest) XXX_Size ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Size() int
func (*QueryCalcExitPoolCoinsFromSharesRequest) XXX_Unmarshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesRequest) XXX_Unmarshal(b []byte) error
type QueryCalcExitPoolCoinsFromSharesResponse ¶
type QueryCalcExitPoolCoinsFromSharesResponse struct {
}func (*QueryCalcExitPoolCoinsFromSharesResponse) Descriptor ¶
func (*QueryCalcExitPoolCoinsFromSharesResponse) Descriptor() ([]byte, []int)
func (*QueryCalcExitPoolCoinsFromSharesResponse) GetTokensOut ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) GetTokensOut() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryCalcExitPoolCoinsFromSharesResponse) Marshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) Marshal() (dAtA []byte, err error)
func (*QueryCalcExitPoolCoinsFromSharesResponse) MarshalTo ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryCalcExitPoolCoinsFromSharesResponse) MarshalToSizedBuffer ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCalcExitPoolCoinsFromSharesResponse) ProtoMessage ¶
func (*QueryCalcExitPoolCoinsFromSharesResponse) ProtoMessage()
func (*QueryCalcExitPoolCoinsFromSharesResponse) Reset ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) Reset()
func (*QueryCalcExitPoolCoinsFromSharesResponse) Size ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) Size() (n int)
func (*QueryCalcExitPoolCoinsFromSharesResponse) String ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) String() string
func (*QueryCalcExitPoolCoinsFromSharesResponse) Unmarshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) Unmarshal(dAtA []byte) error
func (*QueryCalcExitPoolCoinsFromSharesResponse) XXX_DiscardUnknown ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_DiscardUnknown()
func (*QueryCalcExitPoolCoinsFromSharesResponse) XXX_Marshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCalcExitPoolCoinsFromSharesResponse) XXX_Merge ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Merge(src proto.Message)
func (*QueryCalcExitPoolCoinsFromSharesResponse) XXX_Size ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Size() int
func (*QueryCalcExitPoolCoinsFromSharesResponse) XXX_Unmarshal ¶
func (m *QueryCalcExitPoolCoinsFromSharesResponse) XXX_Unmarshal(b []byte) error
type QueryCalcJoinPoolNoSwapSharesRequest ¶
type QueryCalcJoinPoolNoSwapSharesRequest struct {}
=============================== CalcJoinPoolNoSwapShares
func (*QueryCalcJoinPoolNoSwapSharesRequest) Descriptor ¶
func (*QueryCalcJoinPoolNoSwapSharesRequest) Descriptor() ([]byte, []int)
func (*QueryCalcJoinPoolNoSwapSharesRequest) GetPoolId ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) GetPoolId() uint64
func (*QueryCalcJoinPoolNoSwapSharesRequest) GetTokensIn ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) GetTokensIn() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryCalcJoinPoolNoSwapSharesRequest) Marshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) Marshal() (dAtA []byte, err error)
func (*QueryCalcJoinPoolNoSwapSharesRequest) MarshalTo ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolNoSwapSharesRequest) MarshalToSizedBuffer ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolNoSwapSharesRequest) ProtoMessage ¶
func (*QueryCalcJoinPoolNoSwapSharesRequest) ProtoMessage()
func (*QueryCalcJoinPoolNoSwapSharesRequest) Reset ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) Reset()
func (*QueryCalcJoinPoolNoSwapSharesRequest) Size ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) Size() (n int)
func (*QueryCalcJoinPoolNoSwapSharesRequest) String ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) String() string
func (*QueryCalcJoinPoolNoSwapSharesRequest) Unmarshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) Unmarshal(dAtA []byte) error
func (*QueryCalcJoinPoolNoSwapSharesRequest) XXX_DiscardUnknown ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_DiscardUnknown()
func (*QueryCalcJoinPoolNoSwapSharesRequest) XXX_Marshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCalcJoinPoolNoSwapSharesRequest) XXX_Merge ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Merge(src proto.Message)
func (*QueryCalcJoinPoolNoSwapSharesRequest) XXX_Size ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Size() int
func (*QueryCalcJoinPoolNoSwapSharesRequest) XXX_Unmarshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesRequest) XXX_Unmarshal(b []byte) error
type QueryCalcJoinPoolNoSwapSharesResponse ¶
type QueryCalcJoinPoolNoSwapSharesResponse struct {}
func (*QueryCalcJoinPoolNoSwapSharesResponse) Descriptor ¶
func (*QueryCalcJoinPoolNoSwapSharesResponse) Descriptor() ([]byte, []int)
func (*QueryCalcJoinPoolNoSwapSharesResponse) GetTokensOut ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) GetTokensOut() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryCalcJoinPoolNoSwapSharesResponse) Marshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) Marshal() (dAtA []byte, err error)
func (*QueryCalcJoinPoolNoSwapSharesResponse) MarshalTo ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolNoSwapSharesResponse) MarshalToSizedBuffer ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolNoSwapSharesResponse) ProtoMessage ¶
func (*QueryCalcJoinPoolNoSwapSharesResponse) ProtoMessage()
func (*QueryCalcJoinPoolNoSwapSharesResponse) Reset ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) Reset()
func (*QueryCalcJoinPoolNoSwapSharesResponse) Size ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) Size() (n int)
func (*QueryCalcJoinPoolNoSwapSharesResponse) String ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) String() string
func (*QueryCalcJoinPoolNoSwapSharesResponse) Unmarshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) Unmarshal(dAtA []byte) error
func (*QueryCalcJoinPoolNoSwapSharesResponse) XXX_DiscardUnknown ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_DiscardUnknown()
func (*QueryCalcJoinPoolNoSwapSharesResponse) XXX_Marshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCalcJoinPoolNoSwapSharesResponse) XXX_Merge ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Merge(src proto.Message)
func (*QueryCalcJoinPoolNoSwapSharesResponse) XXX_Size ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Size() int
func (*QueryCalcJoinPoolNoSwapSharesResponse) XXX_Unmarshal ¶
func (m *QueryCalcJoinPoolNoSwapSharesResponse) XXX_Unmarshal(b []byte) error
type QueryCalcJoinPoolSharesRequest ¶
type QueryCalcJoinPoolSharesRequest struct {}
=============================== CalcJoinPoolShares
func (*QueryCalcJoinPoolSharesRequest) Descriptor ¶
func (*QueryCalcJoinPoolSharesRequest) Descriptor() ([]byte, []int)
func (*QueryCalcJoinPoolSharesRequest) GetPoolId ¶
func (m *QueryCalcJoinPoolSharesRequest) GetPoolId() uint64
func (*QueryCalcJoinPoolSharesRequest) GetTokensIn ¶
func (m *QueryCalcJoinPoolSharesRequest) GetTokensIn() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryCalcJoinPoolSharesRequest) Marshal ¶
func (m *QueryCalcJoinPoolSharesRequest) Marshal() (dAtA []byte, err error)
func (*QueryCalcJoinPoolSharesRequest) MarshalTo ¶
func (m *QueryCalcJoinPoolSharesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolSharesRequest) MarshalToSizedBuffer ¶
func (m *QueryCalcJoinPoolSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolSharesRequest) ProtoMessage ¶
func (*QueryCalcJoinPoolSharesRequest) ProtoMessage()
func (*QueryCalcJoinPoolSharesRequest) Reset ¶
func (m *QueryCalcJoinPoolSharesRequest) Reset()
func (*QueryCalcJoinPoolSharesRequest) Size ¶
func (m *QueryCalcJoinPoolSharesRequest) Size() (n int)
func (*QueryCalcJoinPoolSharesRequest) String ¶
func (m *QueryCalcJoinPoolSharesRequest) String() string
func (*QueryCalcJoinPoolSharesRequest) Unmarshal ¶
func (m *QueryCalcJoinPoolSharesRequest) Unmarshal(dAtA []byte) error
func (*QueryCalcJoinPoolSharesRequest) XXX_DiscardUnknown ¶
func (m *QueryCalcJoinPoolSharesRequest) XXX_DiscardUnknown()
func (*QueryCalcJoinPoolSharesRequest) XXX_Marshal ¶
func (m *QueryCalcJoinPoolSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCalcJoinPoolSharesRequest) XXX_Merge ¶
func (m *QueryCalcJoinPoolSharesRequest) XXX_Merge(src proto.Message)
func (*QueryCalcJoinPoolSharesRequest) XXX_Size ¶
func (m *QueryCalcJoinPoolSharesRequest) XXX_Size() int
func (*QueryCalcJoinPoolSharesRequest) XXX_Unmarshal ¶
func (m *QueryCalcJoinPoolSharesRequest) XXX_Unmarshal(b []byte) error
type QueryCalcJoinPoolSharesResponse ¶
type QueryCalcJoinPoolSharesResponse struct {}
func (*QueryCalcJoinPoolSharesResponse) Descriptor ¶
func (*QueryCalcJoinPoolSharesResponse) Descriptor() ([]byte, []int)
func (*QueryCalcJoinPoolSharesResponse) GetTokensOut ¶
func (m *QueryCalcJoinPoolSharesResponse) GetTokensOut() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryCalcJoinPoolSharesResponse) Marshal ¶
func (m *QueryCalcJoinPoolSharesResponse) Marshal() (dAtA []byte, err error)
func (*QueryCalcJoinPoolSharesResponse) MarshalTo ¶
func (m *QueryCalcJoinPoolSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolSharesResponse) MarshalToSizedBuffer ¶
func (m *QueryCalcJoinPoolSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCalcJoinPoolSharesResponse) ProtoMessage ¶
func (*QueryCalcJoinPoolSharesResponse) ProtoMessage()
func (*QueryCalcJoinPoolSharesResponse) Reset ¶
func (m *QueryCalcJoinPoolSharesResponse) Reset()
func (*QueryCalcJoinPoolSharesResponse) Size ¶
func (m *QueryCalcJoinPoolSharesResponse) Size() (n int)
func (*QueryCalcJoinPoolSharesResponse) String ¶
func (m *QueryCalcJoinPoolSharesResponse) String() string
func (*QueryCalcJoinPoolSharesResponse) Unmarshal ¶
func (m *QueryCalcJoinPoolSharesResponse) Unmarshal(dAtA []byte) error
func (*QueryCalcJoinPoolSharesResponse) XXX_DiscardUnknown ¶
func (m *QueryCalcJoinPoolSharesResponse) XXX_DiscardUnknown()
func (*QueryCalcJoinPoolSharesResponse) XXX_Marshal ¶
func (m *QueryCalcJoinPoolSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCalcJoinPoolSharesResponse) XXX_Merge ¶
func (m *QueryCalcJoinPoolSharesResponse) XXX_Merge(src proto.Message)
func (*QueryCalcJoinPoolSharesResponse) XXX_Size ¶
func (m *QueryCalcJoinPoolSharesResponse) XXX_Size() int
func (*QueryCalcJoinPoolSharesResponse) XXX_Unmarshal ¶
func (m *QueryCalcJoinPoolSharesResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { Pools(ctx context.Context, in *QueryPoolsRequest, opts ...grpc.CallOption) (*QueryPoolsResponse, error) // Deprecated: please use the alternative in x/poolmanager NumPools(ctx context.Context, in *QueryNumPoolsRequest, opts ...grpc.CallOption) (*QueryNumPoolsResponse, error) TotalLiquidity(ctx context.Context, in *QueryTotalLiquidityRequest, opts ...grpc.CallOption) (*QueryTotalLiquidityResponse, error) // PoolsWithFilter allows you to query specific pools with requested // parameters PoolsWithFilter(ctx context.Context, in *QueryPoolsWithFilterRequest, opts ...grpc.CallOption) (*QueryPoolsWithFilterResponse, error) // Deprecated: please use the alternative in x/poolmanager Pool(ctx context.Context, in *QueryPoolRequest, opts ...grpc.CallOption) (*QueryPoolResponse, error) // PoolType returns the type of the pool. // Returns "Balancer" as a string literal when the pool is a balancer pool. // Errors if the pool is failed to be type caseted. PoolType(ctx context.Context, in *QueryPoolTypeRequest, opts ...grpc.CallOption) (*QueryPoolTypeResponse, error) // Simulates joining pool without a swap. Returns the amount of shares you'd // get and tokens needed to provide PoolParams(ctx context.Context, in *QueryPoolParamsRequest, opts ...grpc.CallOption) (*QueryPoolParamsResponse, error) // Deprecated: please use the alternative in x/poolmanager TotalPoolLiquidity(ctx context.Context, in *QueryTotalPoolLiquidityRequest, opts ...grpc.CallOption) (*QueryTotalPoolLiquidityResponse, error) // SpotPrice defines a gRPC query handler that returns the spot price given // a base denomination and a quote denomination. SpotPrice(ctx context.Context, in *QuerySpotPriceRequest, opts ...grpc.CallOption) (*QuerySpotPriceResponse, error) // Deprecated: please use the alternative in x/poolmanager EstimateSwapExactAmountIn(ctx context.Context, in *QuerySwapExactAmountInRequest, opts ...grpc.CallOption) (*QuerySwapExactAmountInResponse, error) // Deprecated: please use the alternative in x/poolmanager EstimateSwapExactAmountOut(ctx context.Context, in *QuerySwapExactAmountOutRequest, opts ...grpc.CallOption) (*QuerySwapExactAmountOutResponse, error) // ConcentratedPoolIdLinkFromBalancer returns the pool id of the concentrated // pool that is linked with the given CFMM pool. ConcentratedPoolIdLinkFromCFMM(ctx context.Context, in *QueryConcentratedPoolIdLinkFromCFMMRequest, opts ...grpc.CallOption) (*QueryConcentratedPoolIdLinkFromCFMMResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryConcentratedPoolIdLinkFromCFMMRequest ¶ added in v15.5.0
type QueryConcentratedPoolIdLinkFromCFMMRequest struct {
CfmmPoolId uint64 `protobuf:"varint,1,opt,name=cfmm_pool_id,json=cfmmPoolId,proto3" json:"cfmm_pool_id,omitempty" yaml:"cfmm_pool_id"`
}
=============================== QueryConcentratedPoolIdLinkFromCFMM
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Descriptor ¶ added in v15.5.0
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Descriptor() ([]byte, []int)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) GetCfmmPoolId ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) GetCfmmPoolId() uint64
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Marshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Marshal() (dAtA []byte, err error)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) MarshalTo ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) MarshalToSizedBuffer ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) ProtoMessage ¶ added in v15.5.0
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) ProtoMessage()
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Reset ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Reset()
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Size ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Size() (n int)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) String ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) String() string
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) Unmarshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) Unmarshal(dAtA []byte) error
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_DiscardUnknown ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_DiscardUnknown()
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Marshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Merge ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Merge(src proto.Message)
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Size ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Size() int
func (*QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Unmarshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMRequest) XXX_Unmarshal(b []byte) error
type QueryConcentratedPoolIdLinkFromCFMMResponse ¶ added in v15.5.0
type QueryConcentratedPoolIdLinkFromCFMMResponse struct {
ConcentratedPoolId uint64 `protobuf:"varint,1,opt,name=concentrated_pool_id,json=concentratedPoolId,proto3" json:"concentrated_pool_id,omitempty"`
}
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Descriptor ¶ added in v15.5.0
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Descriptor() ([]byte, []int)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) GetConcentratedPoolId ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) GetConcentratedPoolId() uint64
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Marshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Marshal() (dAtA []byte, err error)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) MarshalTo ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) MarshalToSizedBuffer ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) ProtoMessage ¶ added in v15.5.0
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) ProtoMessage()
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Reset ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Reset()
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Size ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Size() (n int)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) String ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) String() string
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) Unmarshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) Unmarshal(dAtA []byte) error
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_DiscardUnknown ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_DiscardUnknown()
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Marshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Merge ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Merge(src proto.Message)
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Size ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Size() int
func (*QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Unmarshal ¶ added in v15.5.0
func (m *QueryConcentratedPoolIdLinkFromCFMMResponse) XXX_Unmarshal(b []byte) error
type QueryNumPoolsRequest
deprecated
type QueryNumPoolsRequest struct { }
=============================== NumPools
Deprecated: Do not use.
func (*QueryNumPoolsRequest) Descriptor ¶
func (*QueryNumPoolsRequest) Descriptor() ([]byte, []int)
func (*QueryNumPoolsRequest) Marshal ¶
func (m *QueryNumPoolsRequest) Marshal() (dAtA []byte, err error)
func (*QueryNumPoolsRequest) MarshalTo ¶
func (m *QueryNumPoolsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryNumPoolsRequest) MarshalToSizedBuffer ¶
func (m *QueryNumPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryNumPoolsRequest) ProtoMessage ¶
func (*QueryNumPoolsRequest) ProtoMessage()
func (*QueryNumPoolsRequest) Reset ¶
func (m *QueryNumPoolsRequest) Reset()
func (*QueryNumPoolsRequest) Size ¶
func (m *QueryNumPoolsRequest) Size() (n int)
func (*QueryNumPoolsRequest) String ¶
func (m *QueryNumPoolsRequest) String() string
func (*QueryNumPoolsRequest) Unmarshal ¶
func (m *QueryNumPoolsRequest) Unmarshal(dAtA []byte) error
func (*QueryNumPoolsRequest) XXX_DiscardUnknown ¶
func (m *QueryNumPoolsRequest) XXX_DiscardUnknown()
func (*QueryNumPoolsRequest) XXX_Marshal ¶
func (m *QueryNumPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryNumPoolsRequest) XXX_Merge ¶
func (m *QueryNumPoolsRequest) XXX_Merge(src proto.Message)
func (*QueryNumPoolsRequest) XXX_Size ¶
func (m *QueryNumPoolsRequest) XXX_Size() int
func (*QueryNumPoolsRequest) XXX_Unmarshal ¶
func (m *QueryNumPoolsRequest) XXX_Unmarshal(b []byte) error
type QueryNumPoolsResponse
deprecated
type QueryNumPoolsResponse struct {
NumPools uint64 `protobuf:"varint,1,opt,name=num_pools,json=numPools,proto3" json:"num_pools,omitempty" yaml:"num_pools"`
}
Deprecated: Do not use.
func (*QueryNumPoolsResponse) Descriptor ¶
func (*QueryNumPoolsResponse) Descriptor() ([]byte, []int)
func (*QueryNumPoolsResponse) GetNumPools ¶
func (m *QueryNumPoolsResponse) GetNumPools() uint64
func (*QueryNumPoolsResponse) Marshal ¶
func (m *QueryNumPoolsResponse) Marshal() (dAtA []byte, err error)
func (*QueryNumPoolsResponse) MarshalTo ¶
func (m *QueryNumPoolsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryNumPoolsResponse) MarshalToSizedBuffer ¶
func (m *QueryNumPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryNumPoolsResponse) ProtoMessage ¶
func (*QueryNumPoolsResponse) ProtoMessage()
func (*QueryNumPoolsResponse) Reset ¶
func (m *QueryNumPoolsResponse) Reset()
func (*QueryNumPoolsResponse) Size ¶
func (m *QueryNumPoolsResponse) Size() (n int)
func (*QueryNumPoolsResponse) String ¶
func (m *QueryNumPoolsResponse) String() string
func (*QueryNumPoolsResponse) Unmarshal ¶
func (m *QueryNumPoolsResponse) Unmarshal(dAtA []byte) error
func (*QueryNumPoolsResponse) XXX_DiscardUnknown ¶
func (m *QueryNumPoolsResponse) XXX_DiscardUnknown()
func (*QueryNumPoolsResponse) XXX_Marshal ¶
func (m *QueryNumPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryNumPoolsResponse) XXX_Merge ¶
func (m *QueryNumPoolsResponse) XXX_Merge(src proto.Message)
func (*QueryNumPoolsResponse) XXX_Size ¶
func (m *QueryNumPoolsResponse) XXX_Size() int
func (*QueryNumPoolsResponse) XXX_Unmarshal ¶
func (m *QueryNumPoolsResponse) XXX_Unmarshal(b []byte) error
type QueryPoolParamsRequest ¶
type QueryPoolParamsRequest struct {
PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
}
=============================== PoolParams
func (*QueryPoolParamsRequest) Descriptor ¶
func (*QueryPoolParamsRequest) Descriptor() ([]byte, []int)
func (*QueryPoolParamsRequest) GetPoolId ¶
func (m *QueryPoolParamsRequest) GetPoolId() uint64
func (*QueryPoolParamsRequest) Marshal ¶
func (m *QueryPoolParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolParamsRequest) MarshalTo ¶
func (m *QueryPoolParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolParamsRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolParamsRequest) ProtoMessage ¶
func (*QueryPoolParamsRequest) ProtoMessage()
func (*QueryPoolParamsRequest) Reset ¶
func (m *QueryPoolParamsRequest) Reset()
func (*QueryPoolParamsRequest) Size ¶
func (m *QueryPoolParamsRequest) Size() (n int)
func (*QueryPoolParamsRequest) String ¶
func (m *QueryPoolParamsRequest) String() string
func (*QueryPoolParamsRequest) Unmarshal ¶
func (m *QueryPoolParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolParamsRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolParamsRequest) XXX_DiscardUnknown()
func (*QueryPoolParamsRequest) XXX_Marshal ¶
func (m *QueryPoolParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolParamsRequest) XXX_Merge ¶
func (m *QueryPoolParamsRequest) XXX_Merge(src proto.Message)
func (*QueryPoolParamsRequest) XXX_Size ¶
func (m *QueryPoolParamsRequest) XXX_Size() int
func (*QueryPoolParamsRequest) XXX_Unmarshal ¶
func (m *QueryPoolParamsRequest) XXX_Unmarshal(b []byte) error
type QueryPoolParamsResponse ¶
type QueryPoolParamsResponse struct {
Params *types.Any `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
}
func (*QueryPoolParamsResponse) Descriptor ¶
func (*QueryPoolParamsResponse) Descriptor() ([]byte, []int)
func (*QueryPoolParamsResponse) GetParams ¶
func (m *QueryPoolParamsResponse) GetParams() *types.Any
func (*QueryPoolParamsResponse) Marshal ¶
func (m *QueryPoolParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolParamsResponse) MarshalTo ¶
func (m *QueryPoolParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolParamsResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolParamsResponse) ProtoMessage ¶
func (*QueryPoolParamsResponse) ProtoMessage()
func (*QueryPoolParamsResponse) Reset ¶
func (m *QueryPoolParamsResponse) Reset()
func (*QueryPoolParamsResponse) Size ¶
func (m *QueryPoolParamsResponse) Size() (n int)
func (*QueryPoolParamsResponse) String ¶
func (m *QueryPoolParamsResponse) String() string
func (*QueryPoolParamsResponse) Unmarshal ¶
func (m *QueryPoolParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolParamsResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolParamsResponse) XXX_DiscardUnknown()
func (*QueryPoolParamsResponse) XXX_Marshal ¶
func (m *QueryPoolParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolParamsResponse) XXX_Merge ¶
func (m *QueryPoolParamsResponse) XXX_Merge(src proto.Message)
func (*QueryPoolParamsResponse) XXX_Size ¶
func (m *QueryPoolParamsResponse) XXX_Size() int
func (*QueryPoolParamsResponse) XXX_Unmarshal ¶
func (m *QueryPoolParamsResponse) XXX_Unmarshal(b []byte) error
type QueryPoolRequest
deprecated
type QueryPoolRequest struct {
PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
}
=============================== Pool Deprecated: please use the alternative in x/poolmanager
Deprecated: Do not use.
func (*QueryPoolRequest) Descriptor ¶
func (*QueryPoolRequest) Descriptor() ([]byte, []int)
func (*QueryPoolRequest) GetPoolId ¶
func (m *QueryPoolRequest) GetPoolId() uint64
func (*QueryPoolRequest) Marshal ¶
func (m *QueryPoolRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolRequest) ProtoMessage ¶
func (*QueryPoolRequest) ProtoMessage()
func (*QueryPoolRequest) Reset ¶
func (m *QueryPoolRequest) Reset()
func (*QueryPoolRequest) Size ¶
func (m *QueryPoolRequest) Size() (n int)
func (*QueryPoolRequest) String ¶
func (m *QueryPoolRequest) String() string
func (*QueryPoolRequest) Unmarshal ¶
func (m *QueryPoolRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolRequest) XXX_DiscardUnknown()
func (*QueryPoolRequest) XXX_Marshal ¶
func (m *QueryPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolRequest) XXX_Merge ¶
func (m *QueryPoolRequest) XXX_Merge(src proto.Message)
func (*QueryPoolRequest) XXX_Size ¶
func (m *QueryPoolRequest) XXX_Size() int
func (*QueryPoolRequest) XXX_Unmarshal ¶
func (m *QueryPoolRequest) XXX_Unmarshal(b []byte) error
type QueryPoolResponse
deprecated
type QueryPoolResponse struct {
Pool *types.Any `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"`
}
Deprecated: please use the alternative in x/poolmanager
Deprecated: Do not use.
func (*QueryPoolResponse) Descriptor ¶
func (*QueryPoolResponse) Descriptor() ([]byte, []int)
func (*QueryPoolResponse) GetPool ¶
func (m *QueryPoolResponse) GetPool() *types.Any
func (*QueryPoolResponse) Marshal ¶
func (m *QueryPoolResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolResponse) MarshalTo ¶
func (m *QueryPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolResponse) ProtoMessage ¶
func (*QueryPoolResponse) ProtoMessage()
func (*QueryPoolResponse) Reset ¶
func (m *QueryPoolResponse) Reset()
func (*QueryPoolResponse) Size ¶
func (m *QueryPoolResponse) Size() (n int)
func (*QueryPoolResponse) String ¶
func (m *QueryPoolResponse) String() string
func (*QueryPoolResponse) Unmarshal ¶
func (m *QueryPoolResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolResponse) XXX_DiscardUnknown()
func (*QueryPoolResponse) XXX_Marshal ¶
func (m *QueryPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolResponse) XXX_Merge ¶
func (m *QueryPoolResponse) XXX_Merge(src proto.Message)
func (*QueryPoolResponse) XXX_Size ¶
func (m *QueryPoolResponse) XXX_Size() int
func (*QueryPoolResponse) XXX_Unmarshal ¶
func (m *QueryPoolResponse) XXX_Unmarshal(b []byte) error
type QueryPoolTypeRequest ¶
type QueryPoolTypeRequest struct {
PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
}
=============================== PoolType
func (*QueryPoolTypeRequest) Descriptor ¶
func (*QueryPoolTypeRequest) Descriptor() ([]byte, []int)
func (*QueryPoolTypeRequest) GetPoolId ¶
func (m *QueryPoolTypeRequest) GetPoolId() uint64
func (*QueryPoolTypeRequest) Marshal ¶
func (m *QueryPoolTypeRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolTypeRequest) MarshalTo ¶
func (m *QueryPoolTypeRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolTypeRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolTypeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolTypeRequest) ProtoMessage ¶
func (*QueryPoolTypeRequest) ProtoMessage()
func (*QueryPoolTypeRequest) Reset ¶
func (m *QueryPoolTypeRequest) Reset()
func (*QueryPoolTypeRequest) Size ¶
func (m *QueryPoolTypeRequest) Size() (n int)
func (*QueryPoolTypeRequest) String ¶
func (m *QueryPoolTypeRequest) String() string
func (*QueryPoolTypeRequest) Unmarshal ¶
func (m *QueryPoolTypeRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolTypeRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolTypeRequest) XXX_DiscardUnknown()
func (*QueryPoolTypeRequest) XXX_Marshal ¶
func (m *QueryPoolTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolTypeRequest) XXX_Merge ¶
func (m *QueryPoolTypeRequest) XXX_Merge(src proto.Message)
func (*QueryPoolTypeRequest) XXX_Size ¶
func (m *QueryPoolTypeRequest) XXX_Size() int
func (*QueryPoolTypeRequest) XXX_Unmarshal ¶
func (m *QueryPoolTypeRequest) XXX_Unmarshal(b []byte) error
type QueryPoolTypeResponse ¶
type QueryPoolTypeResponse struct {
PoolType string `protobuf:"bytes,1,opt,name=pool_type,json=poolType,proto3" json:"pool_type,omitempty" yaml:"pool_type"`
}
func (*QueryPoolTypeResponse) Descriptor ¶
func (*QueryPoolTypeResponse) Descriptor() ([]byte, []int)
func (*QueryPoolTypeResponse) GetPoolType ¶
func (m *QueryPoolTypeResponse) GetPoolType() string
func (*QueryPoolTypeResponse) Marshal ¶
func (m *QueryPoolTypeResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolTypeResponse) MarshalTo ¶
func (m *QueryPoolTypeResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolTypeResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolTypeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolTypeResponse) ProtoMessage ¶
func (*QueryPoolTypeResponse) ProtoMessage()
func (*QueryPoolTypeResponse) Reset ¶
func (m *QueryPoolTypeResponse) Reset()
func (*QueryPoolTypeResponse) Size ¶
func (m *QueryPoolTypeResponse) Size() (n int)
func (*QueryPoolTypeResponse) String ¶
func (m *QueryPoolTypeResponse) String() string
func (*QueryPoolTypeResponse) Unmarshal ¶
func (m *QueryPoolTypeResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolTypeResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolTypeResponse) XXX_DiscardUnknown()
func (*QueryPoolTypeResponse) XXX_Marshal ¶
func (m *QueryPoolTypeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolTypeResponse) XXX_Merge ¶
func (m *QueryPoolTypeResponse) XXX_Merge(src proto.Message)
func (*QueryPoolTypeResponse) XXX_Size ¶
func (m *QueryPoolTypeResponse) XXX_Size() int
func (*QueryPoolTypeResponse) XXX_Unmarshal ¶
func (m *QueryPoolTypeResponse) XXX_Unmarshal(b []byte) error
type QueryPoolsRequest ¶
type QueryPoolsRequest struct { // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
=============================== Pools
func (*QueryPoolsRequest) Descriptor ¶
func (*QueryPoolsRequest) Descriptor() ([]byte, []int)
func (*QueryPoolsRequest) GetPagination ¶
func (m *QueryPoolsRequest) GetPagination() *query.PageRequest
func (*QueryPoolsRequest) Marshal ¶
func (m *QueryPoolsRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolsRequest) MarshalTo ¶
func (m *QueryPoolsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolsRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolsRequest) ProtoMessage ¶
func (*QueryPoolsRequest) ProtoMessage()
func (*QueryPoolsRequest) Reset ¶
func (m *QueryPoolsRequest) Reset()
func (*QueryPoolsRequest) Size ¶
func (m *QueryPoolsRequest) Size() (n int)
func (*QueryPoolsRequest) String ¶
func (m *QueryPoolsRequest) String() string
func (*QueryPoolsRequest) Unmarshal ¶
func (m *QueryPoolsRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolsRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolsRequest) XXX_DiscardUnknown()
func (*QueryPoolsRequest) XXX_Marshal ¶
func (m *QueryPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolsRequest) XXX_Merge ¶
func (m *QueryPoolsRequest) XXX_Merge(src proto.Message)
func (*QueryPoolsRequest) XXX_Size ¶
func (m *QueryPoolsRequest) XXX_Size() int
func (*QueryPoolsRequest) XXX_Unmarshal ¶
func (m *QueryPoolsRequest) XXX_Unmarshal(b []byte) error
type QueryPoolsResponse ¶
type QueryPoolsResponse struct { Pools []*types.Any `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryPoolsResponse) Descriptor ¶
func (*QueryPoolsResponse) Descriptor() ([]byte, []int)
func (*QueryPoolsResponse) GetPagination ¶
func (m *QueryPoolsResponse) GetPagination() *query.PageResponse
func (*QueryPoolsResponse) GetPools ¶
func (m *QueryPoolsResponse) GetPools() []*types.Any
func (*QueryPoolsResponse) Marshal ¶
func (m *QueryPoolsResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolsResponse) MarshalTo ¶
func (m *QueryPoolsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolsResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolsResponse) ProtoMessage ¶
func (*QueryPoolsResponse) ProtoMessage()
func (*QueryPoolsResponse) Reset ¶
func (m *QueryPoolsResponse) Reset()
func (*QueryPoolsResponse) Size ¶
func (m *QueryPoolsResponse) Size() (n int)
func (*QueryPoolsResponse) String ¶
func (m *QueryPoolsResponse) String() string
func (*QueryPoolsResponse) Unmarshal ¶
func (m *QueryPoolsResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolsResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolsResponse) XXX_DiscardUnknown()
func (*QueryPoolsResponse) XXX_Marshal ¶
func (m *QueryPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolsResponse) XXX_Merge ¶
func (m *QueryPoolsResponse) XXX_Merge(src proto.Message)
func (*QueryPoolsResponse) XXX_Size ¶
func (m *QueryPoolsResponse) XXX_Size() int
func (*QueryPoolsResponse) XXX_Unmarshal ¶
func (m *QueryPoolsResponse) XXX_Unmarshal(b []byte) error
type QueryPoolsWithFilterRequest ¶
type QueryPoolsWithFilterRequest struct { // String of the coins in single string seperated by comma. Ex) // 10uatom,100uosmo MinLiquidity string `protobuf:"bytes,1,opt,name=min_liquidity,json=minLiquidity,proto3" json:"min_liquidity,omitempty" yaml:"min_liquidity"` PoolType string `protobuf:"bytes,2,opt,name=pool_type,json=poolType,proto3" json:"pool_type,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryPoolsWithFilterRequest) Descriptor ¶
func (*QueryPoolsWithFilterRequest) Descriptor() ([]byte, []int)
func (*QueryPoolsWithFilterRequest) GetMinLiquidity ¶
func (m *QueryPoolsWithFilterRequest) GetMinLiquidity() string
func (*QueryPoolsWithFilterRequest) GetPagination ¶
func (m *QueryPoolsWithFilterRequest) GetPagination() *query.PageRequest
func (*QueryPoolsWithFilterRequest) GetPoolType ¶
func (m *QueryPoolsWithFilterRequest) GetPoolType() string
func (*QueryPoolsWithFilterRequest) Marshal ¶
func (m *QueryPoolsWithFilterRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolsWithFilterRequest) MarshalTo ¶
func (m *QueryPoolsWithFilterRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolsWithFilterRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolsWithFilterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolsWithFilterRequest) ProtoMessage ¶
func (*QueryPoolsWithFilterRequest) ProtoMessage()
func (*QueryPoolsWithFilterRequest) Reset ¶
func (m *QueryPoolsWithFilterRequest) Reset()
func (*QueryPoolsWithFilterRequest) Size ¶
func (m *QueryPoolsWithFilterRequest) Size() (n int)
func (*QueryPoolsWithFilterRequest) String ¶
func (m *QueryPoolsWithFilterRequest) String() string
func (*QueryPoolsWithFilterRequest) Unmarshal ¶
func (m *QueryPoolsWithFilterRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolsWithFilterRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolsWithFilterRequest) XXX_DiscardUnknown()
func (*QueryPoolsWithFilterRequest) XXX_Marshal ¶
func (m *QueryPoolsWithFilterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolsWithFilterRequest) XXX_Merge ¶
func (m *QueryPoolsWithFilterRequest) XXX_Merge(src proto.Message)
func (*QueryPoolsWithFilterRequest) XXX_Size ¶
func (m *QueryPoolsWithFilterRequest) XXX_Size() int
func (*QueryPoolsWithFilterRequest) XXX_Unmarshal ¶
func (m *QueryPoolsWithFilterRequest) XXX_Unmarshal(b []byte) error
type QueryPoolsWithFilterResponse ¶
type QueryPoolsWithFilterResponse struct { Pools []*types.Any `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryPoolsWithFilterResponse) Descriptor ¶
func (*QueryPoolsWithFilterResponse) Descriptor() ([]byte, []int)
func (*QueryPoolsWithFilterResponse) GetPagination ¶
func (m *QueryPoolsWithFilterResponse) GetPagination() *query.PageResponse
func (*QueryPoolsWithFilterResponse) GetPools ¶
func (m *QueryPoolsWithFilterResponse) GetPools() []*types.Any
func (*QueryPoolsWithFilterResponse) Marshal ¶
func (m *QueryPoolsWithFilterResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolsWithFilterResponse) MarshalTo ¶
func (m *QueryPoolsWithFilterResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolsWithFilterResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolsWithFilterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolsWithFilterResponse) ProtoMessage ¶
func (*QueryPoolsWithFilterResponse) ProtoMessage()
func (*QueryPoolsWithFilterResponse) Reset ¶
func (m *QueryPoolsWithFilterResponse) Reset()
func (*QueryPoolsWithFilterResponse) Size ¶
func (m *QueryPoolsWithFilterResponse) Size() (n int)
func (*QueryPoolsWithFilterResponse) String ¶
func (m *QueryPoolsWithFilterResponse) String() string
func (*QueryPoolsWithFilterResponse) Unmarshal ¶
func (m *QueryPoolsWithFilterResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolsWithFilterResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolsWithFilterResponse) XXX_DiscardUnknown()
func (*QueryPoolsWithFilterResponse) XXX_Marshal ¶
func (m *QueryPoolsWithFilterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolsWithFilterResponse) XXX_Merge ¶
func (m *QueryPoolsWithFilterResponse) XXX_Merge(src proto.Message)
func (*QueryPoolsWithFilterResponse) XXX_Size ¶
func (m *QueryPoolsWithFilterResponse) XXX_Size() int
func (*QueryPoolsWithFilterResponse) XXX_Unmarshal ¶
func (m *QueryPoolsWithFilterResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { Pools(context.Context, *QueryPoolsRequest) (*QueryPoolsResponse, error) // Deprecated: please use the alternative in x/poolmanager NumPools(context.Context, *QueryNumPoolsRequest) (*QueryNumPoolsResponse, error) TotalLiquidity(context.Context, *QueryTotalLiquidityRequest) (*QueryTotalLiquidityResponse, error) // PoolsWithFilter allows you to query specific pools with requested // parameters PoolsWithFilter(context.Context, *QueryPoolsWithFilterRequest) (*QueryPoolsWithFilterResponse, error) // Deprecated: please use the alternative in x/poolmanager Pool(context.Context, *QueryPoolRequest) (*QueryPoolResponse, error) // PoolType returns the type of the pool. // Returns "Balancer" as a string literal when the pool is a balancer pool. // Errors if the pool is failed to be type caseted. PoolType(context.Context, *QueryPoolTypeRequest) (*QueryPoolTypeResponse, error) // Simulates joining pool without a swap. Returns the amount of shares you'd // get and tokens needed to provide PoolParams(context.Context, *QueryPoolParamsRequest) (*QueryPoolParamsResponse, error) // Deprecated: please use the alternative in x/poolmanager TotalPoolLiquidity(context.Context, *QueryTotalPoolLiquidityRequest) (*QueryTotalPoolLiquidityResponse, error) // SpotPrice defines a gRPC query handler that returns the spot price given // a base denomination and a quote denomination. SpotPrice(context.Context, *QuerySpotPriceRequest) (*QuerySpotPriceResponse, error) // Deprecated: please use the alternative in x/poolmanager EstimateSwapExactAmountIn(context.Context, *QuerySwapExactAmountInRequest) (*QuerySwapExactAmountInResponse, error) // Deprecated: please use the alternative in x/poolmanager EstimateSwapExactAmountOut(context.Context, *QuerySwapExactAmountOutRequest) (*QuerySwapExactAmountOutResponse, error) // ConcentratedPoolIdLinkFromBalancer returns the pool id of the concentrated // pool that is linked with the given CFMM pool. ConcentratedPoolIdLinkFromCFMM(context.Context, *QueryConcentratedPoolIdLinkFromCFMMRequest) (*QueryConcentratedPoolIdLinkFromCFMMResponse, error) }
QueryServer is the server API for Query service.
type QuerySpotPriceRequest
deprecated
type QuerySpotPriceRequest struct { PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` BaseAssetDenom string `` /* 129-byte string literal not displayed */ QuoteAssetDenom string `` /* 133-byte string literal not displayed */ }
QuerySpotPriceRequest defines the gRPC request structure for a SpotPrice query.
Deprecated: Do not use.
func (*QuerySpotPriceRequest) Descriptor ¶
func (*QuerySpotPriceRequest) Descriptor() ([]byte, []int)
func (*QuerySpotPriceRequest) GetBaseAssetDenom ¶
func (m *QuerySpotPriceRequest) GetBaseAssetDenom() string
func (*QuerySpotPriceRequest) GetPoolId ¶
func (m *QuerySpotPriceRequest) GetPoolId() uint64
func (*QuerySpotPriceRequest) GetQuoteAssetDenom ¶
func (m *QuerySpotPriceRequest) GetQuoteAssetDenom() string
func (*QuerySpotPriceRequest) Marshal ¶
func (m *QuerySpotPriceRequest) Marshal() (dAtA []byte, err error)
func (*QuerySpotPriceRequest) MarshalTo ¶
func (m *QuerySpotPriceRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySpotPriceRequest) MarshalToSizedBuffer ¶
func (m *QuerySpotPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySpotPriceRequest) ProtoMessage ¶
func (*QuerySpotPriceRequest) ProtoMessage()
func (*QuerySpotPriceRequest) Reset ¶
func (m *QuerySpotPriceRequest) Reset()
func (*QuerySpotPriceRequest) Size ¶
func (m *QuerySpotPriceRequest) Size() (n int)
func (*QuerySpotPriceRequest) String ¶
func (m *QuerySpotPriceRequest) String() string
func (*QuerySpotPriceRequest) Unmarshal ¶
func (m *QuerySpotPriceRequest) Unmarshal(dAtA []byte) error
func (*QuerySpotPriceRequest) XXX_DiscardUnknown ¶
func (m *QuerySpotPriceRequest) XXX_DiscardUnknown()
func (*QuerySpotPriceRequest) XXX_Marshal ¶
func (m *QuerySpotPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySpotPriceRequest) XXX_Merge ¶
func (m *QuerySpotPriceRequest) XXX_Merge(src proto.Message)
func (*QuerySpotPriceRequest) XXX_Size ¶
func (m *QuerySpotPriceRequest) XXX_Size() int
func (*QuerySpotPriceRequest) XXX_Unmarshal ¶
func (m *QuerySpotPriceRequest) XXX_Unmarshal(b []byte) error
type QuerySpotPriceResponse
deprecated
type QuerySpotPriceResponse struct { // String of the Dec. Ex) 10.203uatom SpotPrice string `protobuf:"bytes,1,opt,name=spot_price,json=spotPrice,proto3" json:"spot_price,omitempty" yaml:"spot_price"` }
QuerySpotPriceResponse defines the gRPC response structure for a SpotPrice query.
Deprecated: Do not use.
func (*QuerySpotPriceResponse) Descriptor ¶
func (*QuerySpotPriceResponse) Descriptor() ([]byte, []int)
func (*QuerySpotPriceResponse) GetSpotPrice ¶
func (m *QuerySpotPriceResponse) GetSpotPrice() string
func (*QuerySpotPriceResponse) Marshal ¶
func (m *QuerySpotPriceResponse) Marshal() (dAtA []byte, err error)
func (*QuerySpotPriceResponse) MarshalTo ¶
func (m *QuerySpotPriceResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySpotPriceResponse) MarshalToSizedBuffer ¶
func (m *QuerySpotPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySpotPriceResponse) ProtoMessage ¶
func (*QuerySpotPriceResponse) ProtoMessage()
func (*QuerySpotPriceResponse) Reset ¶
func (m *QuerySpotPriceResponse) Reset()
func (*QuerySpotPriceResponse) Size ¶
func (m *QuerySpotPriceResponse) Size() (n int)
func (*QuerySpotPriceResponse) String ¶
func (m *QuerySpotPriceResponse) String() string
func (*QuerySpotPriceResponse) Unmarshal ¶
func (m *QuerySpotPriceResponse) Unmarshal(dAtA []byte) error
func (*QuerySpotPriceResponse) XXX_DiscardUnknown ¶
func (m *QuerySpotPriceResponse) XXX_DiscardUnknown()
func (*QuerySpotPriceResponse) XXX_Marshal ¶
func (m *QuerySpotPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySpotPriceResponse) XXX_Merge ¶
func (m *QuerySpotPriceResponse) XXX_Merge(src proto.Message)
func (*QuerySpotPriceResponse) XXX_Size ¶
func (m *QuerySpotPriceResponse) XXX_Size() int
func (*QuerySpotPriceResponse) XXX_Unmarshal ¶
func (m *QuerySpotPriceResponse) XXX_Unmarshal(b []byte) error
type QuerySwapExactAmountInRequest
deprecated
type QuerySwapExactAmountInRequest struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` TokenIn string `protobuf:"bytes,3,opt,name=token_in,json=tokenIn,proto3" json:"token_in,omitempty" yaml:"token_in"` Routes []types2.SwapAmountInRoute `protobuf:"bytes,4,rep,name=routes,proto3" json:"routes" yaml:"routes"` }
=============================== EstimateSwapExactAmountIn
Deprecated: Do not use.
func (*QuerySwapExactAmountInRequest) Descriptor ¶
func (*QuerySwapExactAmountInRequest) Descriptor() ([]byte, []int)
func (*QuerySwapExactAmountInRequest) GetPoolId ¶
func (m *QuerySwapExactAmountInRequest) GetPoolId() uint64
func (*QuerySwapExactAmountInRequest) GetRoutes ¶
func (m *QuerySwapExactAmountInRequest) GetRoutes() []types2.SwapAmountInRoute
func (*QuerySwapExactAmountInRequest) GetSender ¶
func (m *QuerySwapExactAmountInRequest) GetSender() string
func (*QuerySwapExactAmountInRequest) GetTokenIn ¶
func (m *QuerySwapExactAmountInRequest) GetTokenIn() string
func (*QuerySwapExactAmountInRequest) Marshal ¶
func (m *QuerySwapExactAmountInRequest) Marshal() (dAtA []byte, err error)
func (*QuerySwapExactAmountInRequest) MarshalTo ¶
func (m *QuerySwapExactAmountInRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySwapExactAmountInRequest) MarshalToSizedBuffer ¶
func (m *QuerySwapExactAmountInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySwapExactAmountInRequest) ProtoMessage ¶
func (*QuerySwapExactAmountInRequest) ProtoMessage()
func (*QuerySwapExactAmountInRequest) Reset ¶
func (m *QuerySwapExactAmountInRequest) Reset()
func (*QuerySwapExactAmountInRequest) Size ¶
func (m *QuerySwapExactAmountInRequest) Size() (n int)
func (*QuerySwapExactAmountInRequest) String ¶
func (m *QuerySwapExactAmountInRequest) String() string
func (*QuerySwapExactAmountInRequest) Unmarshal ¶
func (m *QuerySwapExactAmountInRequest) Unmarshal(dAtA []byte) error
func (*QuerySwapExactAmountInRequest) XXX_DiscardUnknown ¶
func (m *QuerySwapExactAmountInRequest) XXX_DiscardUnknown()
func (*QuerySwapExactAmountInRequest) XXX_Marshal ¶
func (m *QuerySwapExactAmountInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySwapExactAmountInRequest) XXX_Merge ¶
func (m *QuerySwapExactAmountInRequest) XXX_Merge(src proto.Message)
func (*QuerySwapExactAmountInRequest) XXX_Size ¶
func (m *QuerySwapExactAmountInRequest) XXX_Size() int
func (*QuerySwapExactAmountInRequest) XXX_Unmarshal ¶
func (m *QuerySwapExactAmountInRequest) XXX_Unmarshal(b []byte) error
type QuerySwapExactAmountInResponse
deprecated
type QuerySwapExactAmountInResponse struct {
TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 169-byte string literal not displayed */
}
Deprecated: Do not use.
func (*QuerySwapExactAmountInResponse) Descriptor ¶
func (*QuerySwapExactAmountInResponse) Descriptor() ([]byte, []int)
func (*QuerySwapExactAmountInResponse) Marshal ¶
func (m *QuerySwapExactAmountInResponse) Marshal() (dAtA []byte, err error)
func (*QuerySwapExactAmountInResponse) MarshalTo ¶
func (m *QuerySwapExactAmountInResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySwapExactAmountInResponse) MarshalToSizedBuffer ¶
func (m *QuerySwapExactAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySwapExactAmountInResponse) ProtoMessage ¶
func (*QuerySwapExactAmountInResponse) ProtoMessage()
func (*QuerySwapExactAmountInResponse) Reset ¶
func (m *QuerySwapExactAmountInResponse) Reset()
func (*QuerySwapExactAmountInResponse) Size ¶
func (m *QuerySwapExactAmountInResponse) Size() (n int)
func (*QuerySwapExactAmountInResponse) String ¶
func (m *QuerySwapExactAmountInResponse) String() string
func (*QuerySwapExactAmountInResponse) Unmarshal ¶
func (m *QuerySwapExactAmountInResponse) Unmarshal(dAtA []byte) error
func (*QuerySwapExactAmountInResponse) XXX_DiscardUnknown ¶
func (m *QuerySwapExactAmountInResponse) XXX_DiscardUnknown()
func (*QuerySwapExactAmountInResponse) XXX_Marshal ¶
func (m *QuerySwapExactAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySwapExactAmountInResponse) XXX_Merge ¶
func (m *QuerySwapExactAmountInResponse) XXX_Merge(src proto.Message)
func (*QuerySwapExactAmountInResponse) XXX_Size ¶
func (m *QuerySwapExactAmountInResponse) XXX_Size() int
func (*QuerySwapExactAmountInResponse) XXX_Unmarshal ¶
func (m *QuerySwapExactAmountInResponse) XXX_Unmarshal(b []byte) error
type QuerySwapExactAmountOutRequest
deprecated
type QuerySwapExactAmountOutRequest struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` Routes []types2.SwapAmountOutRoute `protobuf:"bytes,3,rep,name=routes,proto3" json:"routes" yaml:"routes"` TokenOut string `protobuf:"bytes,4,opt,name=token_out,json=tokenOut,proto3" json:"token_out,omitempty" yaml:"token_out"` }
=============================== EstimateSwapExactAmountOut
Deprecated: Do not use.
func (*QuerySwapExactAmountOutRequest) Descriptor ¶
func (*QuerySwapExactAmountOutRequest) Descriptor() ([]byte, []int)
func (*QuerySwapExactAmountOutRequest) GetPoolId ¶
func (m *QuerySwapExactAmountOutRequest) GetPoolId() uint64
func (*QuerySwapExactAmountOutRequest) GetRoutes ¶
func (m *QuerySwapExactAmountOutRequest) GetRoutes() []types2.SwapAmountOutRoute
func (*QuerySwapExactAmountOutRequest) GetSender ¶
func (m *QuerySwapExactAmountOutRequest) GetSender() string
func (*QuerySwapExactAmountOutRequest) GetTokenOut ¶
func (m *QuerySwapExactAmountOutRequest) GetTokenOut() string
func (*QuerySwapExactAmountOutRequest) Marshal ¶
func (m *QuerySwapExactAmountOutRequest) Marshal() (dAtA []byte, err error)
func (*QuerySwapExactAmountOutRequest) MarshalTo ¶
func (m *QuerySwapExactAmountOutRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySwapExactAmountOutRequest) MarshalToSizedBuffer ¶
func (m *QuerySwapExactAmountOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySwapExactAmountOutRequest) ProtoMessage ¶
func (*QuerySwapExactAmountOutRequest) ProtoMessage()
func (*QuerySwapExactAmountOutRequest) Reset ¶
func (m *QuerySwapExactAmountOutRequest) Reset()
func (*QuerySwapExactAmountOutRequest) Size ¶
func (m *QuerySwapExactAmountOutRequest) Size() (n int)
func (*QuerySwapExactAmountOutRequest) String ¶
func (m *QuerySwapExactAmountOutRequest) String() string
func (*QuerySwapExactAmountOutRequest) Unmarshal ¶
func (m *QuerySwapExactAmountOutRequest) Unmarshal(dAtA []byte) error
func (*QuerySwapExactAmountOutRequest) XXX_DiscardUnknown ¶
func (m *QuerySwapExactAmountOutRequest) XXX_DiscardUnknown()
func (*QuerySwapExactAmountOutRequest) XXX_Marshal ¶
func (m *QuerySwapExactAmountOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySwapExactAmountOutRequest) XXX_Merge ¶
func (m *QuerySwapExactAmountOutRequest) XXX_Merge(src proto.Message)
func (*QuerySwapExactAmountOutRequest) XXX_Size ¶
func (m *QuerySwapExactAmountOutRequest) XXX_Size() int
func (*QuerySwapExactAmountOutRequest) XXX_Unmarshal ¶
func (m *QuerySwapExactAmountOutRequest) XXX_Unmarshal(b []byte) error
type QuerySwapExactAmountOutResponse
deprecated
type QuerySwapExactAmountOutResponse struct {
TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 165-byte string literal not displayed */
}
Deprecated: Do not use.
func (*QuerySwapExactAmountOutResponse) Descriptor ¶
func (*QuerySwapExactAmountOutResponse) Descriptor() ([]byte, []int)
func (*QuerySwapExactAmountOutResponse) Marshal ¶
func (m *QuerySwapExactAmountOutResponse) Marshal() (dAtA []byte, err error)
func (*QuerySwapExactAmountOutResponse) MarshalTo ¶
func (m *QuerySwapExactAmountOutResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySwapExactAmountOutResponse) MarshalToSizedBuffer ¶
func (m *QuerySwapExactAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySwapExactAmountOutResponse) ProtoMessage ¶
func (*QuerySwapExactAmountOutResponse) ProtoMessage()
func (*QuerySwapExactAmountOutResponse) Reset ¶
func (m *QuerySwapExactAmountOutResponse) Reset()
func (*QuerySwapExactAmountOutResponse) Size ¶
func (m *QuerySwapExactAmountOutResponse) Size() (n int)
func (*QuerySwapExactAmountOutResponse) String ¶
func (m *QuerySwapExactAmountOutResponse) String() string
func (*QuerySwapExactAmountOutResponse) Unmarshal ¶
func (m *QuerySwapExactAmountOutResponse) Unmarshal(dAtA []byte) error
func (*QuerySwapExactAmountOutResponse) XXX_DiscardUnknown ¶
func (m *QuerySwapExactAmountOutResponse) XXX_DiscardUnknown()
func (*QuerySwapExactAmountOutResponse) XXX_Marshal ¶
func (m *QuerySwapExactAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySwapExactAmountOutResponse) XXX_Merge ¶
func (m *QuerySwapExactAmountOutResponse) XXX_Merge(src proto.Message)
func (*QuerySwapExactAmountOutResponse) XXX_Size ¶
func (m *QuerySwapExactAmountOutResponse) XXX_Size() int
func (*QuerySwapExactAmountOutResponse) XXX_Unmarshal ¶
func (m *QuerySwapExactAmountOutResponse) XXX_Unmarshal(b []byte) error
type QueryTotalLiquidityRequest ¶
type QueryTotalLiquidityRequest struct { }
func (*QueryTotalLiquidityRequest) Descriptor ¶
func (*QueryTotalLiquidityRequest) Descriptor() ([]byte, []int)
func (*QueryTotalLiquidityRequest) Marshal ¶
func (m *QueryTotalLiquidityRequest) Marshal() (dAtA []byte, err error)
func (*QueryTotalLiquidityRequest) MarshalTo ¶
func (m *QueryTotalLiquidityRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalLiquidityRequest) MarshalToSizedBuffer ¶
func (m *QueryTotalLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalLiquidityRequest) ProtoMessage ¶
func (*QueryTotalLiquidityRequest) ProtoMessage()
func (*QueryTotalLiquidityRequest) Reset ¶
func (m *QueryTotalLiquidityRequest) Reset()
func (*QueryTotalLiquidityRequest) Size ¶
func (m *QueryTotalLiquidityRequest) Size() (n int)
func (*QueryTotalLiquidityRequest) String ¶
func (m *QueryTotalLiquidityRequest) String() string
func (*QueryTotalLiquidityRequest) Unmarshal ¶
func (m *QueryTotalLiquidityRequest) Unmarshal(dAtA []byte) error
func (*QueryTotalLiquidityRequest) XXX_DiscardUnknown ¶
func (m *QueryTotalLiquidityRequest) XXX_DiscardUnknown()
func (*QueryTotalLiquidityRequest) XXX_Marshal ¶
func (m *QueryTotalLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalLiquidityRequest) XXX_Merge ¶
func (m *QueryTotalLiquidityRequest) XXX_Merge(src proto.Message)
func (*QueryTotalLiquidityRequest) XXX_Size ¶
func (m *QueryTotalLiquidityRequest) XXX_Size() int
func (*QueryTotalLiquidityRequest) XXX_Unmarshal ¶
func (m *QueryTotalLiquidityRequest) XXX_Unmarshal(b []byte) error
type QueryTotalLiquidityResponse ¶
type QueryTotalLiquidityResponse struct {
Liquidity github_com_cosmos_cosmos_sdk_types.Coins `` /* 132-byte string literal not displayed */
}
func (*QueryTotalLiquidityResponse) Descriptor ¶
func (*QueryTotalLiquidityResponse) Descriptor() ([]byte, []int)
func (*QueryTotalLiquidityResponse) GetLiquidity ¶
func (m *QueryTotalLiquidityResponse) GetLiquidity() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryTotalLiquidityResponse) Marshal ¶
func (m *QueryTotalLiquidityResponse) Marshal() (dAtA []byte, err error)
func (*QueryTotalLiquidityResponse) MarshalTo ¶
func (m *QueryTotalLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalLiquidityResponse) MarshalToSizedBuffer ¶
func (m *QueryTotalLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalLiquidityResponse) ProtoMessage ¶
func (*QueryTotalLiquidityResponse) ProtoMessage()
func (*QueryTotalLiquidityResponse) Reset ¶
func (m *QueryTotalLiquidityResponse) Reset()
func (*QueryTotalLiquidityResponse) Size ¶
func (m *QueryTotalLiquidityResponse) Size() (n int)
func (*QueryTotalLiquidityResponse) String ¶
func (m *QueryTotalLiquidityResponse) String() string
func (*QueryTotalLiquidityResponse) Unmarshal ¶
func (m *QueryTotalLiquidityResponse) Unmarshal(dAtA []byte) error
func (*QueryTotalLiquidityResponse) XXX_DiscardUnknown ¶
func (m *QueryTotalLiquidityResponse) XXX_DiscardUnknown()
func (*QueryTotalLiquidityResponse) XXX_Marshal ¶
func (m *QueryTotalLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalLiquidityResponse) XXX_Merge ¶
func (m *QueryTotalLiquidityResponse) XXX_Merge(src proto.Message)
func (*QueryTotalLiquidityResponse) XXX_Size ¶
func (m *QueryTotalLiquidityResponse) XXX_Size() int
func (*QueryTotalLiquidityResponse) XXX_Unmarshal ¶
func (m *QueryTotalLiquidityResponse) XXX_Unmarshal(b []byte) error
type QueryTotalPoolLiquidityRequest
deprecated
type QueryTotalPoolLiquidityRequest struct {
PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
}
=============================== PoolLiquidity Deprecated: please use the alternative in x/poolmanager
Deprecated: Do not use.
func (*QueryTotalPoolLiquidityRequest) Descriptor ¶
func (*QueryTotalPoolLiquidityRequest) Descriptor() ([]byte, []int)
func (*QueryTotalPoolLiquidityRequest) GetPoolId ¶
func (m *QueryTotalPoolLiquidityRequest) GetPoolId() uint64
func (*QueryTotalPoolLiquidityRequest) Marshal ¶
func (m *QueryTotalPoolLiquidityRequest) Marshal() (dAtA []byte, err error)
func (*QueryTotalPoolLiquidityRequest) MarshalTo ¶
func (m *QueryTotalPoolLiquidityRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalPoolLiquidityRequest) MarshalToSizedBuffer ¶
func (m *QueryTotalPoolLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalPoolLiquidityRequest) ProtoMessage ¶
func (*QueryTotalPoolLiquidityRequest) ProtoMessage()
func (*QueryTotalPoolLiquidityRequest) Reset ¶
func (m *QueryTotalPoolLiquidityRequest) Reset()
func (*QueryTotalPoolLiquidityRequest) Size ¶
func (m *QueryTotalPoolLiquidityRequest) Size() (n int)
func (*QueryTotalPoolLiquidityRequest) String ¶
func (m *QueryTotalPoolLiquidityRequest) String() string
func (*QueryTotalPoolLiquidityRequest) Unmarshal ¶
func (m *QueryTotalPoolLiquidityRequest) Unmarshal(dAtA []byte) error
func (*QueryTotalPoolLiquidityRequest) XXX_DiscardUnknown ¶
func (m *QueryTotalPoolLiquidityRequest) XXX_DiscardUnknown()
func (*QueryTotalPoolLiquidityRequest) XXX_Marshal ¶
func (m *QueryTotalPoolLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalPoolLiquidityRequest) XXX_Merge ¶
func (m *QueryTotalPoolLiquidityRequest) XXX_Merge(src proto.Message)
func (*QueryTotalPoolLiquidityRequest) XXX_Size ¶
func (m *QueryTotalPoolLiquidityRequest) XXX_Size() int
func (*QueryTotalPoolLiquidityRequest) XXX_Unmarshal ¶
func (m *QueryTotalPoolLiquidityRequest) XXX_Unmarshal(b []byte) error
type QueryTotalPoolLiquidityResponse
deprecated
type QueryTotalPoolLiquidityResponse struct {
Liquidity github_com_cosmos_cosmos_sdk_types.Coins `` /* 132-byte string literal not displayed */
}
Deprecated: please use the alternative in x/poolmanager
Deprecated: Do not use.
func (*QueryTotalPoolLiquidityResponse) Descriptor ¶
func (*QueryTotalPoolLiquidityResponse) Descriptor() ([]byte, []int)
func (*QueryTotalPoolLiquidityResponse) GetLiquidity ¶
func (m *QueryTotalPoolLiquidityResponse) GetLiquidity() github_com_cosmos_cosmos_sdk_types.Coins
func (*QueryTotalPoolLiquidityResponse) Marshal ¶
func (m *QueryTotalPoolLiquidityResponse) Marshal() (dAtA []byte, err error)
func (*QueryTotalPoolLiquidityResponse) MarshalTo ¶
func (m *QueryTotalPoolLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalPoolLiquidityResponse) MarshalToSizedBuffer ¶
func (m *QueryTotalPoolLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalPoolLiquidityResponse) ProtoMessage ¶
func (*QueryTotalPoolLiquidityResponse) ProtoMessage()
func (*QueryTotalPoolLiquidityResponse) Reset ¶
func (m *QueryTotalPoolLiquidityResponse) Reset()
func (*QueryTotalPoolLiquidityResponse) Size ¶
func (m *QueryTotalPoolLiquidityResponse) Size() (n int)
func (*QueryTotalPoolLiquidityResponse) String ¶
func (m *QueryTotalPoolLiquidityResponse) String() string
func (*QueryTotalPoolLiquidityResponse) Unmarshal ¶
func (m *QueryTotalPoolLiquidityResponse) Unmarshal(dAtA []byte) error
func (*QueryTotalPoolLiquidityResponse) XXX_DiscardUnknown ¶
func (m *QueryTotalPoolLiquidityResponse) XXX_DiscardUnknown()
func (*QueryTotalPoolLiquidityResponse) XXX_Marshal ¶
func (m *QueryTotalPoolLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalPoolLiquidityResponse) XXX_Merge ¶
func (m *QueryTotalPoolLiquidityResponse) XXX_Merge(src proto.Message)
func (*QueryTotalPoolLiquidityResponse) XXX_Size ¶
func (m *QueryTotalPoolLiquidityResponse) XXX_Size() int
func (*QueryTotalPoolLiquidityResponse) XXX_Unmarshal ¶
func (m *QueryTotalPoolLiquidityResponse) XXX_Unmarshal(b []byte) error
type QueryTotalSharesRequest ¶
type QueryTotalSharesRequest struct {
}=============================== TotalShares
func (*QueryTotalSharesRequest) Descriptor ¶
func (*QueryTotalSharesRequest) Descriptor() ([]byte, []int)
func (*QueryTotalSharesRequest) GetPoolId ¶
func (m *QueryTotalSharesRequest) GetPoolId() uint64
func (*QueryTotalSharesRequest) Marshal ¶
func (m *QueryTotalSharesRequest) Marshal() (dAtA []byte, err error)
func (*QueryTotalSharesRequest) MarshalTo ¶
func (m *QueryTotalSharesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalSharesRequest) MarshalToSizedBuffer ¶
func (m *QueryTotalSharesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalSharesRequest) ProtoMessage ¶
func (*QueryTotalSharesRequest) ProtoMessage()
func (*QueryTotalSharesRequest) Reset ¶
func (m *QueryTotalSharesRequest) Reset()
func (*QueryTotalSharesRequest) Size ¶
func (m *QueryTotalSharesRequest) Size() (n int)
func (*QueryTotalSharesRequest) String ¶
func (m *QueryTotalSharesRequest) String() string
func (*QueryTotalSharesRequest) Unmarshal ¶
func (m *QueryTotalSharesRequest) Unmarshal(dAtA []byte) error
func (*QueryTotalSharesRequest) XXX_DiscardUnknown ¶
func (m *QueryTotalSharesRequest) XXX_DiscardUnknown()
func (*QueryTotalSharesRequest) XXX_Marshal ¶
func (m *QueryTotalSharesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalSharesRequest) XXX_Merge ¶
func (m *QueryTotalSharesRequest) XXX_Merge(src proto.Message)
func (*QueryTotalSharesRequest) XXX_Size ¶
func (m *QueryTotalSharesRequest) XXX_Size() int
func (*QueryTotalSharesRequest) XXX_Unmarshal ¶
func (m *QueryTotalSharesRequest) XXX_Unmarshal(b []byte) error
type QueryTotalSharesResponse ¶
type QueryTotalSharesResponse struct {
}func (*QueryTotalSharesResponse) Descriptor ¶
func (*QueryTotalSharesResponse) Descriptor() ([]byte, []int)
func (*QueryTotalSharesResponse) GetTotalShares ¶
func (m *QueryTotalSharesResponse) GetTotalShares() types1.Coin
func (*QueryTotalSharesResponse) Marshal ¶
func (m *QueryTotalSharesResponse) Marshal() (dAtA []byte, err error)
func (*QueryTotalSharesResponse) MarshalTo ¶
func (m *QueryTotalSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalSharesResponse) MarshalToSizedBuffer ¶
func (m *QueryTotalSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalSharesResponse) ProtoMessage ¶
func (*QueryTotalSharesResponse) ProtoMessage()
func (*QueryTotalSharesResponse) Reset ¶
func (m *QueryTotalSharesResponse) Reset()
func (*QueryTotalSharesResponse) Size ¶
func (m *QueryTotalSharesResponse) Size() (n int)
func (*QueryTotalSharesResponse) String ¶
func (m *QueryTotalSharesResponse) String() string
func (*QueryTotalSharesResponse) Unmarshal ¶
func (m *QueryTotalSharesResponse) Unmarshal(dAtA []byte) error
func (*QueryTotalSharesResponse) XXX_DiscardUnknown ¶
func (m *QueryTotalSharesResponse) XXX_DiscardUnknown()
func (*QueryTotalSharesResponse) XXX_Marshal ¶
func (m *QueryTotalSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalSharesResponse) XXX_Merge ¶
func (m *QueryTotalSharesResponse) XXX_Merge(src proto.Message)
func (*QueryTotalSharesResponse) XXX_Size ¶
func (m *QueryTotalSharesResponse) XXX_Size() int
func (*QueryTotalSharesResponse) XXX_Unmarshal ¶
func (m *QueryTotalSharesResponse) XXX_Unmarshal(b []byte) error
type ReplaceMigrationRecordsProposal ¶ added in v15.3.0
type ReplaceMigrationRecordsProposal struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Records []BalancerToConcentratedPoolLink `protobuf:"bytes,3,rep,name=records,proto3" json:"records"` }
ReplaceMigrationRecordsProposal is a gov Content type for updating the migration records. If a ReplaceMigrationRecordsProposal passes, the proposal’s records override the existing MigrationRecords set in the module. Each record specifies a single connection between a single balancer pool and a single concentrated pool.
func (*ReplaceMigrationRecordsProposal) Descriptor ¶ added in v15.3.0
func (*ReplaceMigrationRecordsProposal) Descriptor() ([]byte, []int)
func (*ReplaceMigrationRecordsProposal) Equal ¶ added in v15.3.0
func (this *ReplaceMigrationRecordsProposal) Equal(that interface{}) bool
func (*ReplaceMigrationRecordsProposal) GetDescription ¶ added in v15.3.0
func (p *ReplaceMigrationRecordsProposal) GetDescription() string
GetDescription gets the description of the proposal
func (*ReplaceMigrationRecordsProposal) GetTitle ¶ added in v15.3.0
func (p *ReplaceMigrationRecordsProposal) GetTitle() string
GetTitle gets the title of the proposal
func (*ReplaceMigrationRecordsProposal) Marshal ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) Marshal() (dAtA []byte, err error)
func (*ReplaceMigrationRecordsProposal) MarshalTo ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) MarshalTo(dAtA []byte) (int, error)
func (*ReplaceMigrationRecordsProposal) MarshalToSizedBuffer ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReplaceMigrationRecordsProposal) ProposalRoute ¶ added in v15.3.0
func (p *ReplaceMigrationRecordsProposal) ProposalRoute() string
ProposalRoute returns the router key for the proposal
func (*ReplaceMigrationRecordsProposal) ProposalType ¶ added in v15.3.0
func (p *ReplaceMigrationRecordsProposal) ProposalType() string
ProposalType returns the type of the proposal
func (*ReplaceMigrationRecordsProposal) ProtoMessage ¶ added in v15.3.0
func (*ReplaceMigrationRecordsProposal) ProtoMessage()
func (*ReplaceMigrationRecordsProposal) Reset ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) Reset()
func (*ReplaceMigrationRecordsProposal) Size ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) Size() (n int)
func (ReplaceMigrationRecordsProposal) String ¶ added in v15.3.0
func (p ReplaceMigrationRecordsProposal) String() string
String returns a string containing the migration record's proposal.
func (*ReplaceMigrationRecordsProposal) Unmarshal ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) Unmarshal(dAtA []byte) error
func (*ReplaceMigrationRecordsProposal) ValidateBasic ¶ added in v15.3.0
func (p *ReplaceMigrationRecordsProposal) ValidateBasic() error
ValidateBasic validates a governance proposal's abstract and basic contents
func (*ReplaceMigrationRecordsProposal) XXX_DiscardUnknown ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) XXX_DiscardUnknown()
func (*ReplaceMigrationRecordsProposal) XXX_Marshal ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReplaceMigrationRecordsProposal) XXX_Merge ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) XXX_Merge(src proto.Message)
func (*ReplaceMigrationRecordsProposal) XXX_Size ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) XXX_Size() int
func (*ReplaceMigrationRecordsProposal) XXX_Unmarshal ¶ added in v15.3.0
func (m *ReplaceMigrationRecordsProposal) XXX_Unmarshal(b []byte) error
type SwapAmountInRoutes ¶
type SwapAmountInRoutes []poolmanagertypes.SwapAmountInRoute
func (SwapAmountInRoutes) IntermediateDenoms ¶
func (routes SwapAmountInRoutes) IntermediateDenoms() []string
func (SwapAmountInRoutes) Length ¶
func (routes SwapAmountInRoutes) Length() int
func (SwapAmountInRoutes) PoolIds ¶
func (routes SwapAmountInRoutes) PoolIds() []uint64
func (SwapAmountInRoutes) Validate ¶
func (routes SwapAmountInRoutes) Validate() error
type SwapAmountOutRoutes ¶
type SwapAmountOutRoutes []poolmanagertypes.SwapAmountOutRoute
func (SwapAmountOutRoutes) IntermediateDenoms ¶
func (routes SwapAmountOutRoutes) IntermediateDenoms() []string
func (SwapAmountOutRoutes) Length ¶
func (routes SwapAmountOutRoutes) Length() int
func (SwapAmountOutRoutes) PoolIds ¶
func (routes SwapAmountOutRoutes) PoolIds() []uint64
func (SwapAmountOutRoutes) Validate ¶
func (routes SwapAmountOutRoutes) Validate() error
type SwapMsgRoute ¶
type SwapMsgRoute interface { TokenInDenom() string TokenOutDenom() string TokenDenomsOnPath() []string }
SwapMsg defines a simple interface for getting the token denoms on a swap message route.
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) ExitPool ¶
func (*UnimplementedMsgServer) ExitPool(ctx context.Context, req *MsgExitPool) (*MsgExitPoolResponse, error)
func (*UnimplementedMsgServer) ExitSwapExternAmountOut ¶
func (*UnimplementedMsgServer) ExitSwapExternAmountOut(ctx context.Context, req *MsgExitSwapExternAmountOut) (*MsgExitSwapExternAmountOutResponse, error)
func (*UnimplementedMsgServer) ExitSwapShareAmountIn ¶
func (*UnimplementedMsgServer) ExitSwapShareAmountIn(ctx context.Context, req *MsgExitSwapShareAmountIn) (*MsgExitSwapShareAmountInResponse, error)
func (*UnimplementedMsgServer) JoinPool ¶
func (*UnimplementedMsgServer) JoinPool(ctx context.Context, req *MsgJoinPool) (*MsgJoinPoolResponse, error)
func (*UnimplementedMsgServer) JoinSwapExternAmountIn ¶
func (*UnimplementedMsgServer) JoinSwapExternAmountIn(ctx context.Context, req *MsgJoinSwapExternAmountIn) (*MsgJoinSwapExternAmountInResponse, error)
func (*UnimplementedMsgServer) JoinSwapShareAmountOut ¶
func (*UnimplementedMsgServer) JoinSwapShareAmountOut(ctx context.Context, req *MsgJoinSwapShareAmountOut) (*MsgJoinSwapShareAmountOutResponse, error)
func (*UnimplementedMsgServer) SwapExactAmountIn ¶
func (*UnimplementedMsgServer) SwapExactAmountIn(ctx context.Context, req *MsgSwapExactAmountIn) (*MsgSwapExactAmountInResponse, error)
func (*UnimplementedMsgServer) SwapExactAmountOut ¶
func (*UnimplementedMsgServer) SwapExactAmountOut(ctx context.Context, req *MsgSwapExactAmountOut) (*MsgSwapExactAmountOutResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) CalcExitPoolCoinsFromShares ¶
func (*UnimplementedQueryServer) CalcExitPoolCoinsFromShares(ctx context.Context, req *QueryCalcExitPoolCoinsFromSharesRequest) (*QueryCalcExitPoolCoinsFromSharesResponse, error)
func (*UnimplementedQueryServer) CalcJoinPoolNoSwapShares ¶
func (*UnimplementedQueryServer) CalcJoinPoolNoSwapShares(ctx context.Context, req *QueryCalcJoinPoolNoSwapSharesRequest) (*QueryCalcJoinPoolNoSwapSharesResponse, error)
func (*UnimplementedQueryServer) CalcJoinPoolShares ¶
func (*UnimplementedQueryServer) CalcJoinPoolShares(ctx context.Context, req *QueryCalcJoinPoolSharesRequest) (*QueryCalcJoinPoolSharesResponse, error)
func (*UnimplementedQueryServer) ConcentratedPoolIdLinkFromCFMM ¶ added in v15.5.0
func (*UnimplementedQueryServer) ConcentratedPoolIdLinkFromCFMM(ctx context.Context, req *QueryConcentratedPoolIdLinkFromCFMMRequest) (*QueryConcentratedPoolIdLinkFromCFMMResponse, error)
func (*UnimplementedQueryServer) EstimateSwapExactAmountIn ¶
func (*UnimplementedQueryServer) EstimateSwapExactAmountIn(ctx context.Context, req *QuerySwapExactAmountInRequest) (*QuerySwapExactAmountInResponse, error)
func (*UnimplementedQueryServer) EstimateSwapExactAmountOut ¶
func (*UnimplementedQueryServer) EstimateSwapExactAmountOut(ctx context.Context, req *QuerySwapExactAmountOutRequest) (*QuerySwapExactAmountOutResponse, error)
func (*UnimplementedQueryServer) NumPools ¶
func (*UnimplementedQueryServer) NumPools(ctx context.Context, req *QueryNumPoolsRequest) (*QueryNumPoolsResponse, error)
func (*UnimplementedQueryServer) Pool ¶
func (*UnimplementedQueryServer) Pool(ctx context.Context, req *QueryPoolRequest) (*QueryPoolResponse, error)
func (*UnimplementedQueryServer) PoolParams ¶
func (*UnimplementedQueryServer) PoolParams(ctx context.Context, req *QueryPoolParamsRequest) (*QueryPoolParamsResponse, error)
func (*UnimplementedQueryServer) PoolType ¶
func (*UnimplementedQueryServer) PoolType(ctx context.Context, req *QueryPoolTypeRequest) (*QueryPoolTypeResponse, error)
func (*UnimplementedQueryServer) Pools ¶
func (*UnimplementedQueryServer) Pools(ctx context.Context, req *QueryPoolsRequest) (*QueryPoolsResponse, error)
func (*UnimplementedQueryServer) PoolsWithFilter ¶
func (*UnimplementedQueryServer) PoolsWithFilter(ctx context.Context, req *QueryPoolsWithFilterRequest) (*QueryPoolsWithFilterResponse, error)
func (*UnimplementedQueryServer) SpotPrice ¶
func (*UnimplementedQueryServer) SpotPrice(ctx context.Context, req *QuerySpotPriceRequest) (*QuerySpotPriceResponse, error)
func (*UnimplementedQueryServer) TotalLiquidity ¶
func (*UnimplementedQueryServer) TotalLiquidity(ctx context.Context, req *QueryTotalLiquidityRequest) (*QueryTotalLiquidityResponse, error)
func (*UnimplementedQueryServer) TotalPoolLiquidity ¶
func (*UnimplementedQueryServer) TotalPoolLiquidity(ctx context.Context, req *QueryTotalPoolLiquidityRequest) (*QueryTotalPoolLiquidityResponse, error)
func (*UnimplementedQueryServer) TotalShares ¶
func (*UnimplementedQueryServer) TotalShares(ctx context.Context, req *QueryTotalSharesRequest) (*QueryTotalSharesResponse, error)
type UnsortedPoolLiqError ¶
func (UnsortedPoolLiqError) Error ¶
func (e UnsortedPoolLiqError) Error() string
type UpdateMigrationRecordsProposal ¶ added in v15.3.0
type UpdateMigrationRecordsProposal struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Records []BalancerToConcentratedPoolLink `protobuf:"bytes,3,rep,name=records,proto3" json:"records"` }
For example: if the existing DistrRecords were: [(Balancer 1, CL 5), (Balancer 2, CL 6), (Balancer 3, CL 7)] And an UpdateMigrationRecordsProposal includes [(Balancer 2, CL 0), (Balancer 3, CL 4), (Balancer 4, CL 10)] This would leave Balancer 1 record, delete Balancer 2 record, Edit Balancer 3 record, and Add Balancer 4 record The result MigrationRecords in state would be: [(Balancer 1, CL 5), (Balancer 3, CL 4), (Balancer 4, CL 10)]
func (*UpdateMigrationRecordsProposal) Descriptor ¶ added in v15.3.0
func (*UpdateMigrationRecordsProposal) Descriptor() ([]byte, []int)
func (*UpdateMigrationRecordsProposal) Equal ¶ added in v15.3.0
func (this *UpdateMigrationRecordsProposal) Equal(that interface{}) bool
func (*UpdateMigrationRecordsProposal) GetDescription ¶ added in v15.3.0
func (p *UpdateMigrationRecordsProposal) GetDescription() string
GetDescription gets the description of the proposal
func (*UpdateMigrationRecordsProposal) GetTitle ¶ added in v15.3.0
func (p *UpdateMigrationRecordsProposal) GetTitle() string
GetTitle gets the title of the proposal
func (*UpdateMigrationRecordsProposal) Marshal ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) Marshal() (dAtA []byte, err error)
func (*UpdateMigrationRecordsProposal) MarshalTo ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) MarshalTo(dAtA []byte) (int, error)
func (*UpdateMigrationRecordsProposal) MarshalToSizedBuffer ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateMigrationRecordsProposal) ProposalRoute ¶ added in v15.3.0
func (p *UpdateMigrationRecordsProposal) ProposalRoute() string
ProposalRoute returns the router key for the proposal
func (*UpdateMigrationRecordsProposal) ProposalType ¶ added in v15.3.0
func (p *UpdateMigrationRecordsProposal) ProposalType() string
ProposalType returns the type of the proposal
func (*UpdateMigrationRecordsProposal) ProtoMessage ¶ added in v15.3.0
func (*UpdateMigrationRecordsProposal) ProtoMessage()
func (*UpdateMigrationRecordsProposal) Reset ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) Reset()
func (*UpdateMigrationRecordsProposal) Size ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) Size() (n int)
func (UpdateMigrationRecordsProposal) String ¶ added in v15.3.0
func (p UpdateMigrationRecordsProposal) String() string
String returns a string containing the migration record's proposal.
func (*UpdateMigrationRecordsProposal) Unmarshal ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) Unmarshal(dAtA []byte) error
func (*UpdateMigrationRecordsProposal) ValidateBasic ¶ added in v15.3.0
func (p *UpdateMigrationRecordsProposal) ValidateBasic() error
ValidateBasic validates a governance proposal's abstract and basic contents.
func (*UpdateMigrationRecordsProposal) XXX_DiscardUnknown ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) XXX_DiscardUnknown()
func (*UpdateMigrationRecordsProposal) XXX_Marshal ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateMigrationRecordsProposal) XXX_Merge ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) XXX_Merge(src proto.Message)
func (*UpdateMigrationRecordsProposal) XXX_Size ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) XXX_Size() int
func (*UpdateMigrationRecordsProposal) XXX_Unmarshal ¶ added in v15.3.0
func (m *UpdateMigrationRecordsProposal) XXX_Unmarshal(b []byte) error
type WeightedPoolExtension ¶
type WeightedPoolExtension interface { CFMMPoolI // PokePool determines if a pool's weights need to be updated and updates // them if so. PokePool(blockTime time.Time) // GetTokenWeight returns the weight of the specified token in the pool. GetTokenWeight(denom string) (sdk.Int, error) }
WeightedPoolExtension is an extension of the PoolI interface That defines an additional API for handling the pool's weights.