Versions in this module Expand all Collapse all v0 v0.16.15 Jul 20, 2023 v0.0.1 Jul 20, 2023 Changes in this version + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + 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) + type AllPoolsRequest struct + func (*AllPoolsRequest) Descriptor() ([]byte, []int) + func (*AllPoolsRequest) ProtoMessage() + func (m *AllPoolsRequest) Marshal() (dAtA []byte, err error) + func (m *AllPoolsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AllPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AllPoolsRequest) Reset() + func (m *AllPoolsRequest) Size() (n int) + func (m *AllPoolsRequest) String() string + func (m *AllPoolsRequest) Unmarshal(dAtA []byte) error + func (m *AllPoolsRequest) XXX_DiscardUnknown() + func (m *AllPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllPoolsRequest) XXX_Merge(src proto.Message) + func (m *AllPoolsRequest) XXX_Size() int + func (m *AllPoolsRequest) XXX_Unmarshal(b []byte) error + type AllPoolsResponse struct + Pools []*types1.Any + func (*AllPoolsResponse) Descriptor() ([]byte, []int) + func (*AllPoolsResponse) ProtoMessage() + func (m *AllPoolsResponse) GetPools() []*types1.Any + func (m *AllPoolsResponse) Marshal() (dAtA []byte, err error) + func (m *AllPoolsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AllPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AllPoolsResponse) Reset() + func (m *AllPoolsResponse) Size() (n int) + func (m *AllPoolsResponse) String() string + func (m *AllPoolsResponse) Unmarshal(dAtA []byte) error + func (m *AllPoolsResponse) XXX_DiscardUnknown() + func (m *AllPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllPoolsResponse) XXX_Merge(src proto.Message) + func (m *AllPoolsResponse) XXX_Size() int + func (m *AllPoolsResponse) XXX_Unmarshal(b []byte) error + type EstimateSinglePoolSwapExactAmountInRequest struct + PoolId uint64 + TokenIn string + TokenOutDenom string + func (*EstimateSinglePoolSwapExactAmountInRequest) Descriptor() ([]byte, []int) + func (*EstimateSinglePoolSwapExactAmountInRequest) ProtoMessage() + func (m *EstimateSinglePoolSwapExactAmountInRequest) GetPoolId() uint64 + func (m *EstimateSinglePoolSwapExactAmountInRequest) GetTokenIn() string + func (m *EstimateSinglePoolSwapExactAmountInRequest) GetTokenOutDenom() string + func (m *EstimateSinglePoolSwapExactAmountInRequest) Marshal() (dAtA []byte, err error) + func (m *EstimateSinglePoolSwapExactAmountInRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateSinglePoolSwapExactAmountInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateSinglePoolSwapExactAmountInRequest) Reset() + func (m *EstimateSinglePoolSwapExactAmountInRequest) Size() (n int) + func (m *EstimateSinglePoolSwapExactAmountInRequest) String() string + func (m *EstimateSinglePoolSwapExactAmountInRequest) Unmarshal(dAtA []byte) error + func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_DiscardUnknown() + func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_Merge(src proto.Message) + func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_Size() int + func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_Unmarshal(b []byte) error + type EstimateSinglePoolSwapExactAmountOutRequest struct + PoolId uint64 + TokenInDenom string + TokenOut string + func (*EstimateSinglePoolSwapExactAmountOutRequest) Descriptor() ([]byte, []int) + func (*EstimateSinglePoolSwapExactAmountOutRequest) ProtoMessage() + func (m *EstimateSinglePoolSwapExactAmountOutRequest) GetPoolId() uint64 + func (m *EstimateSinglePoolSwapExactAmountOutRequest) GetTokenInDenom() string + func (m *EstimateSinglePoolSwapExactAmountOutRequest) GetTokenOut() string + func (m *EstimateSinglePoolSwapExactAmountOutRequest) Marshal() (dAtA []byte, err error) + func (m *EstimateSinglePoolSwapExactAmountOutRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateSinglePoolSwapExactAmountOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateSinglePoolSwapExactAmountOutRequest) Reset() + func (m *EstimateSinglePoolSwapExactAmountOutRequest) Size() (n int) + func (m *EstimateSinglePoolSwapExactAmountOutRequest) String() string + func (m *EstimateSinglePoolSwapExactAmountOutRequest) Unmarshal(dAtA []byte) error + func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_DiscardUnknown() + func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_Merge(src proto.Message) + func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_Size() int + func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_Unmarshal(b []byte) error + type EstimateSwapExactAmountInRequest struct + PoolId uint64 + Routes []types.SwapAmountInRoute + TokenIn string + func (*EstimateSwapExactAmountInRequest) Descriptor() ([]byte, []int) + func (*EstimateSwapExactAmountInRequest) ProtoMessage() + func (m *EstimateSwapExactAmountInRequest) GetPoolId() uint64 + func (m *EstimateSwapExactAmountInRequest) GetRoutes() []types.SwapAmountInRoute + func (m *EstimateSwapExactAmountInRequest) GetTokenIn() string + func (m *EstimateSwapExactAmountInRequest) Marshal() (dAtA []byte, err error) + func (m *EstimateSwapExactAmountInRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountInRequest) Reset() + func (m *EstimateSwapExactAmountInRequest) Size() (n int) + func (m *EstimateSwapExactAmountInRequest) String() string + func (m *EstimateSwapExactAmountInRequest) Unmarshal(dAtA []byte) error + func (m *EstimateSwapExactAmountInRequest) XXX_DiscardUnknown() + func (m *EstimateSwapExactAmountInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateSwapExactAmountInRequest) XXX_Merge(src proto.Message) + func (m *EstimateSwapExactAmountInRequest) XXX_Size() int + func (m *EstimateSwapExactAmountInRequest) XXX_Unmarshal(b []byte) error + type EstimateSwapExactAmountInResponse struct + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int + func (*EstimateSwapExactAmountInResponse) Descriptor() ([]byte, []int) + func (*EstimateSwapExactAmountInResponse) ProtoMessage() + func (m *EstimateSwapExactAmountInResponse) Marshal() (dAtA []byte, err error) + func (m *EstimateSwapExactAmountInResponse) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountInResponse) Reset() + func (m *EstimateSwapExactAmountInResponse) Size() (n int) + func (m *EstimateSwapExactAmountInResponse) String() string + func (m *EstimateSwapExactAmountInResponse) Unmarshal(dAtA []byte) error + func (m *EstimateSwapExactAmountInResponse) XXX_DiscardUnknown() + func (m *EstimateSwapExactAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateSwapExactAmountInResponse) XXX_Merge(src proto.Message) + func (m *EstimateSwapExactAmountInResponse) XXX_Size() int + func (m *EstimateSwapExactAmountInResponse) XXX_Unmarshal(b []byte) error + type EstimateSwapExactAmountOutRequest struct + PoolId uint64 + Routes []types.SwapAmountOutRoute + TokenOut string + func (*EstimateSwapExactAmountOutRequest) Descriptor() ([]byte, []int) + func (*EstimateSwapExactAmountOutRequest) ProtoMessage() + func (m *EstimateSwapExactAmountOutRequest) GetPoolId() uint64 + func (m *EstimateSwapExactAmountOutRequest) GetRoutes() []types.SwapAmountOutRoute + func (m *EstimateSwapExactAmountOutRequest) GetTokenOut() string + func (m *EstimateSwapExactAmountOutRequest) Marshal() (dAtA []byte, err error) + func (m *EstimateSwapExactAmountOutRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountOutRequest) Reset() + func (m *EstimateSwapExactAmountOutRequest) Size() (n int) + func (m *EstimateSwapExactAmountOutRequest) String() string + func (m *EstimateSwapExactAmountOutRequest) Unmarshal(dAtA []byte) error + func (m *EstimateSwapExactAmountOutRequest) XXX_DiscardUnknown() + func (m *EstimateSwapExactAmountOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateSwapExactAmountOutRequest) XXX_Merge(src proto.Message) + func (m *EstimateSwapExactAmountOutRequest) XXX_Size() int + func (m *EstimateSwapExactAmountOutRequest) XXX_Unmarshal(b []byte) error + type EstimateSwapExactAmountOutResponse struct + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int + func (*EstimateSwapExactAmountOutResponse) Descriptor() ([]byte, []int) + func (*EstimateSwapExactAmountOutResponse) ProtoMessage() + func (m *EstimateSwapExactAmountOutResponse) Marshal() (dAtA []byte, err error) + func (m *EstimateSwapExactAmountOutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateSwapExactAmountOutResponse) Reset() + func (m *EstimateSwapExactAmountOutResponse) Size() (n int) + func (m *EstimateSwapExactAmountOutResponse) String() string + func (m *EstimateSwapExactAmountOutResponse) Unmarshal(dAtA []byte) error + func (m *EstimateSwapExactAmountOutResponse) XXX_DiscardUnknown() + func (m *EstimateSwapExactAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateSwapExactAmountOutResponse) XXX_Merge(src proto.Message) + func (m *EstimateSwapExactAmountOutResponse) XXX_Size() int + func (m *EstimateSwapExactAmountOutResponse) XXX_Unmarshal(b []byte) error + type NumPoolsRequest struct + func (*NumPoolsRequest) Descriptor() ([]byte, []int) + func (*NumPoolsRequest) ProtoMessage() + func (m *NumPoolsRequest) Marshal() (dAtA []byte, err error) + func (m *NumPoolsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *NumPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NumPoolsRequest) Reset() + func (m *NumPoolsRequest) Size() (n int) + func (m *NumPoolsRequest) String() string + func (m *NumPoolsRequest) Unmarshal(dAtA []byte) error + func (m *NumPoolsRequest) XXX_DiscardUnknown() + func (m *NumPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NumPoolsRequest) XXX_Merge(src proto.Message) + func (m *NumPoolsRequest) XXX_Size() int + func (m *NumPoolsRequest) XXX_Unmarshal(b []byte) error + type NumPoolsResponse struct + NumPools uint64 + func (*NumPoolsResponse) Descriptor() ([]byte, []int) + func (*NumPoolsResponse) ProtoMessage() + func (m *NumPoolsResponse) GetNumPools() uint64 + func (m *NumPoolsResponse) Marshal() (dAtA []byte, err error) + func (m *NumPoolsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *NumPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NumPoolsResponse) Reset() + func (m *NumPoolsResponse) Size() (n int) + func (m *NumPoolsResponse) String() string + func (m *NumPoolsResponse) Unmarshal(dAtA []byte) error + func (m *NumPoolsResponse) XXX_DiscardUnknown() + func (m *NumPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NumPoolsResponse) XXX_Merge(src proto.Message) + func (m *NumPoolsResponse) XXX_Size() int + func (m *NumPoolsResponse) XXX_Unmarshal(b []byte) error + type ParamsRequest struct + func (*ParamsRequest) Descriptor() ([]byte, []int) + func (*ParamsRequest) ProtoMessage() + func (m *ParamsRequest) Marshal() (dAtA []byte, err error) + func (m *ParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ParamsRequest) Reset() + func (m *ParamsRequest) Size() (n int) + func (m *ParamsRequest) String() string + func (m *ParamsRequest) Unmarshal(dAtA []byte) error + func (m *ParamsRequest) XXX_DiscardUnknown() + func (m *ParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ParamsRequest) XXX_Merge(src proto.Message) + func (m *ParamsRequest) XXX_Size() int + func (m *ParamsRequest) XXX_Unmarshal(b []byte) error + type ParamsResponse struct + Params types.Params + func (*ParamsResponse) Descriptor() ([]byte, []int) + func (*ParamsResponse) ProtoMessage() + func (m *ParamsResponse) GetParams() types.Params + func (m *ParamsResponse) Marshal() (dAtA []byte, err error) + func (m *ParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ParamsResponse) Reset() + func (m *ParamsResponse) Size() (n int) + func (m *ParamsResponse) String() string + func (m *ParamsResponse) Unmarshal(dAtA []byte) error + func (m *ParamsResponse) XXX_DiscardUnknown() + func (m *ParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ParamsResponse) XXX_Merge(src proto.Message) + func (m *ParamsResponse) XXX_Size() int + func (m *ParamsResponse) XXX_Unmarshal(b []byte) error + type PoolRequest struct + PoolId uint64 + func (*PoolRequest) Descriptor() ([]byte, []int) + func (*PoolRequest) ProtoMessage() + func (m *PoolRequest) GetPoolId() uint64 + func (m *PoolRequest) Marshal() (dAtA []byte, err error) + func (m *PoolRequest) MarshalTo(dAtA []byte) (int, error) + func (m *PoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PoolRequest) Reset() + func (m *PoolRequest) Size() (n int) + func (m *PoolRequest) String() string + func (m *PoolRequest) Unmarshal(dAtA []byte) error + func (m *PoolRequest) XXX_DiscardUnknown() + func (m *PoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PoolRequest) XXX_Merge(src proto.Message) + func (m *PoolRequest) XXX_Size() int + func (m *PoolRequest) XXX_Unmarshal(b []byte) error + type PoolResponse struct + Pool *types1.Any + func (*PoolResponse) Descriptor() ([]byte, []int) + func (*PoolResponse) ProtoMessage() + func (m *PoolResponse) GetPool() *types1.Any + func (m *PoolResponse) Marshal() (dAtA []byte, err error) + func (m *PoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *PoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PoolResponse) Reset() + func (m *PoolResponse) Size() (n int) + func (m *PoolResponse) String() string + func (m *PoolResponse) Unmarshal(dAtA []byte) error + func (m *PoolResponse) XXX_DiscardUnknown() + func (m *PoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PoolResponse) XXX_Merge(src proto.Message) + func (m *PoolResponse) XXX_Size() int + func (m *PoolResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + AllPools func(ctx context.Context, in *AllPoolsRequest, opts ...grpc.CallOption) (*AllPoolsResponse, error) + EstimateSinglePoolSwapExactAmountIn func(ctx context.Context, in *EstimateSinglePoolSwapExactAmountInRequest, ...) (*EstimateSwapExactAmountInResponse, error) + EstimateSinglePoolSwapExactAmountOut func(ctx context.Context, in *EstimateSinglePoolSwapExactAmountOutRequest, ...) (*EstimateSwapExactAmountOutResponse, error) + EstimateSwapExactAmountIn func(ctx context.Context, in *EstimateSwapExactAmountInRequest, ...) (*EstimateSwapExactAmountInResponse, error) + EstimateSwapExactAmountOut func(ctx context.Context, in *EstimateSwapExactAmountOutRequest, ...) (*EstimateSwapExactAmountOutResponse, error) + NumPools func(ctx context.Context, in *NumPoolsRequest, opts ...grpc.CallOption) (*NumPoolsResponse, error) + Params func(ctx context.Context, in *ParamsRequest, opts ...grpc.CallOption) (*ParamsResponse, error) + Pool func(ctx context.Context, in *PoolRequest, opts ...grpc.CallOption) (*PoolResponse, error) + SpotPrice func(ctx context.Context, in *SpotPriceRequest, opts ...grpc.CallOption) (*SpotPriceResponse, error) + TotalLiquidity func(ctx context.Context, in *TotalLiquidityRequest, opts ...grpc.CallOption) (*TotalLiquidityResponse, error) + TotalPoolLiquidity func(ctx context.Context, in *TotalPoolLiquidityRequest, opts ...grpc.CallOption) (*TotalPoolLiquidityResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryServer interface + AllPools func(context.Context, *AllPoolsRequest) (*AllPoolsResponse, error) + EstimateSinglePoolSwapExactAmountIn func(context.Context, *EstimateSinglePoolSwapExactAmountInRequest) (*EstimateSwapExactAmountInResponse, error) + EstimateSinglePoolSwapExactAmountOut func(context.Context, *EstimateSinglePoolSwapExactAmountOutRequest) (*EstimateSwapExactAmountOutResponse, error) + EstimateSwapExactAmountIn func(context.Context, *EstimateSwapExactAmountInRequest) (*EstimateSwapExactAmountInResponse, error) + EstimateSwapExactAmountOut func(context.Context, *EstimateSwapExactAmountOutRequest) (*EstimateSwapExactAmountOutResponse, error) + NumPools func(context.Context, *NumPoolsRequest) (*NumPoolsResponse, error) + Params func(context.Context, *ParamsRequest) (*ParamsResponse, error) + Pool func(context.Context, *PoolRequest) (*PoolResponse, error) + SpotPrice func(context.Context, *SpotPriceRequest) (*SpotPriceResponse, error) + TotalLiquidity func(context.Context, *TotalLiquidityRequest) (*TotalLiquidityResponse, error) + TotalPoolLiquidity func(context.Context, *TotalPoolLiquidityRequest) (*TotalPoolLiquidityResponse, error) + type SpotPriceRequest struct + BaseAssetDenom string + PoolId uint64 + QuoteAssetDenom string + func (*SpotPriceRequest) Descriptor() ([]byte, []int) + func (*SpotPriceRequest) ProtoMessage() + func (m *SpotPriceRequest) GetBaseAssetDenom() string + func (m *SpotPriceRequest) GetPoolId() uint64 + func (m *SpotPriceRequest) GetQuoteAssetDenom() string + func (m *SpotPriceRequest) Marshal() (dAtA []byte, err error) + func (m *SpotPriceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SpotPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SpotPriceRequest) Reset() + func (m *SpotPriceRequest) Size() (n int) + func (m *SpotPriceRequest) String() string + func (m *SpotPriceRequest) Unmarshal(dAtA []byte) error + func (m *SpotPriceRequest) XXX_DiscardUnknown() + func (m *SpotPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpotPriceRequest) XXX_Merge(src proto.Message) + func (m *SpotPriceRequest) XXX_Size() int + func (m *SpotPriceRequest) XXX_Unmarshal(b []byte) error + type SpotPriceResponse struct + SpotPrice string + func (*SpotPriceResponse) Descriptor() ([]byte, []int) + func (*SpotPriceResponse) ProtoMessage() + func (m *SpotPriceResponse) GetSpotPrice() string + func (m *SpotPriceResponse) Marshal() (dAtA []byte, err error) + func (m *SpotPriceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SpotPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SpotPriceResponse) Reset() + func (m *SpotPriceResponse) Size() (n int) + func (m *SpotPriceResponse) String() string + func (m *SpotPriceResponse) Unmarshal(dAtA []byte) error + func (m *SpotPriceResponse) XXX_DiscardUnknown() + func (m *SpotPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpotPriceResponse) XXX_Merge(src proto.Message) + func (m *SpotPriceResponse) XXX_Size() int + func (m *SpotPriceResponse) XXX_Unmarshal(b []byte) error + type TotalLiquidityRequest struct + func (*TotalLiquidityRequest) Descriptor() ([]byte, []int) + func (*TotalLiquidityRequest) ProtoMessage() + func (m *TotalLiquidityRequest) Marshal() (dAtA []byte, err error) + func (m *TotalLiquidityRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TotalLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TotalLiquidityRequest) Reset() + func (m *TotalLiquidityRequest) Size() (n int) + func (m *TotalLiquidityRequest) String() string + func (m *TotalLiquidityRequest) Unmarshal(dAtA []byte) error + func (m *TotalLiquidityRequest) XXX_DiscardUnknown() + func (m *TotalLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TotalLiquidityRequest) XXX_Merge(src proto.Message) + func (m *TotalLiquidityRequest) XXX_Size() int + func (m *TotalLiquidityRequest) XXX_Unmarshal(b []byte) error + type TotalLiquidityResponse struct + Liquidity github_com_cosmos_cosmos_sdk_types.Coins + func (*TotalLiquidityResponse) Descriptor() ([]byte, []int) + func (*TotalLiquidityResponse) ProtoMessage() + func (m *TotalLiquidityResponse) GetLiquidity() github_com_cosmos_cosmos_sdk_types.Coins + func (m *TotalLiquidityResponse) Marshal() (dAtA []byte, err error) + func (m *TotalLiquidityResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TotalLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TotalLiquidityResponse) Reset() + func (m *TotalLiquidityResponse) Size() (n int) + func (m *TotalLiquidityResponse) String() string + func (m *TotalLiquidityResponse) Unmarshal(dAtA []byte) error + func (m *TotalLiquidityResponse) XXX_DiscardUnknown() + func (m *TotalLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TotalLiquidityResponse) XXX_Merge(src proto.Message) + func (m *TotalLiquidityResponse) XXX_Size() int + func (m *TotalLiquidityResponse) XXX_Unmarshal(b []byte) error + type TotalPoolLiquidityRequest struct + PoolId uint64 + func (*TotalPoolLiquidityRequest) Descriptor() ([]byte, []int) + func (*TotalPoolLiquidityRequest) ProtoMessage() + func (m *TotalPoolLiquidityRequest) GetPoolId() uint64 + func (m *TotalPoolLiquidityRequest) Marshal() (dAtA []byte, err error) + func (m *TotalPoolLiquidityRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TotalPoolLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TotalPoolLiquidityRequest) Reset() + func (m *TotalPoolLiquidityRequest) Size() (n int) + func (m *TotalPoolLiquidityRequest) String() string + func (m *TotalPoolLiquidityRequest) Unmarshal(dAtA []byte) error + func (m *TotalPoolLiquidityRequest) XXX_DiscardUnknown() + func (m *TotalPoolLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TotalPoolLiquidityRequest) XXX_Merge(src proto.Message) + func (m *TotalPoolLiquidityRequest) XXX_Size() int + func (m *TotalPoolLiquidityRequest) XXX_Unmarshal(b []byte) error + type TotalPoolLiquidityResponse struct + Liquidity github_com_cosmos_cosmos_sdk_types.Coins + func (*TotalPoolLiquidityResponse) Descriptor() ([]byte, []int) + func (*TotalPoolLiquidityResponse) ProtoMessage() + func (m *TotalPoolLiquidityResponse) GetLiquidity() github_com_cosmos_cosmos_sdk_types.Coins + func (m *TotalPoolLiquidityResponse) Marshal() (dAtA []byte, err error) + func (m *TotalPoolLiquidityResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TotalPoolLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TotalPoolLiquidityResponse) Reset() + func (m *TotalPoolLiquidityResponse) Size() (n int) + func (m *TotalPoolLiquidityResponse) String() string + func (m *TotalPoolLiquidityResponse) Unmarshal(dAtA []byte) error + func (m *TotalPoolLiquidityResponse) XXX_DiscardUnknown() + func (m *TotalPoolLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TotalPoolLiquidityResponse) XXX_Merge(src proto.Message) + func (m *TotalPoolLiquidityResponse) XXX_Size() int + func (m *TotalPoolLiquidityResponse) XXX_Unmarshal(b []byte) error + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) AllPools(ctx context.Context, req *AllPoolsRequest) (*AllPoolsResponse, error) + func (*UnimplementedQueryServer) EstimateSinglePoolSwapExactAmountIn(ctx context.Context, req *EstimateSinglePoolSwapExactAmountInRequest) (*EstimateSwapExactAmountInResponse, error) + func (*UnimplementedQueryServer) EstimateSinglePoolSwapExactAmountOut(ctx context.Context, req *EstimateSinglePoolSwapExactAmountOutRequest) (*EstimateSwapExactAmountOutResponse, error) + func (*UnimplementedQueryServer) EstimateSwapExactAmountIn(ctx context.Context, req *EstimateSwapExactAmountInRequest) (*EstimateSwapExactAmountInResponse, error) + func (*UnimplementedQueryServer) EstimateSwapExactAmountOut(ctx context.Context, req *EstimateSwapExactAmountOutRequest) (*EstimateSwapExactAmountOutResponse, error) + func (*UnimplementedQueryServer) NumPools(ctx context.Context, req *NumPoolsRequest) (*NumPoolsResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *ParamsRequest) (*ParamsResponse, error) + func (*UnimplementedQueryServer) Pool(ctx context.Context, req *PoolRequest) (*PoolResponse, error) + func (*UnimplementedQueryServer) SpotPrice(ctx context.Context, req *SpotPriceRequest) (*SpotPriceResponse, error) + func (*UnimplementedQueryServer) TotalLiquidity(ctx context.Context, req *TotalLiquidityRequest) (*TotalLiquidityResponse, error) + func (*UnimplementedQueryServer) TotalPoolLiquidity(ctx context.Context, req *TotalPoolLiquidityRequest) (*TotalPoolLiquidityResponse, error)