queryproto

package
v15.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

Package queryproto is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterQueryHandler

func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

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)

Types

type AllPoolsRequest added in v15.3.0

type AllPoolsRequest struct {
}

=============================== AllPools

func (*AllPoolsRequest) Descriptor added in v15.3.0

func (*AllPoolsRequest) Descriptor() ([]byte, []int)

func (*AllPoolsRequest) Marshal added in v15.3.0

func (m *AllPoolsRequest) Marshal() (dAtA []byte, err error)

func (*AllPoolsRequest) MarshalTo added in v15.3.0

func (m *AllPoolsRequest) MarshalTo(dAtA []byte) (int, error)

func (*AllPoolsRequest) MarshalToSizedBuffer added in v15.3.0

func (m *AllPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AllPoolsRequest) ProtoMessage added in v15.3.0

func (*AllPoolsRequest) ProtoMessage()

func (*AllPoolsRequest) Reset added in v15.3.0

func (m *AllPoolsRequest) Reset()

func (*AllPoolsRequest) Size added in v15.3.0

func (m *AllPoolsRequest) Size() (n int)

func (*AllPoolsRequest) String added in v15.3.0

func (m *AllPoolsRequest) String() string

func (*AllPoolsRequest) Unmarshal added in v15.3.0

func (m *AllPoolsRequest) Unmarshal(dAtA []byte) error

func (*AllPoolsRequest) XXX_DiscardUnknown added in v15.3.0

func (m *AllPoolsRequest) XXX_DiscardUnknown()

func (*AllPoolsRequest) XXX_Marshal added in v15.3.0

func (m *AllPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AllPoolsRequest) XXX_Merge added in v15.3.0

func (m *AllPoolsRequest) XXX_Merge(src proto.Message)

func (*AllPoolsRequest) XXX_Size added in v15.3.0

func (m *AllPoolsRequest) XXX_Size() int

func (*AllPoolsRequest) XXX_Unmarshal added in v15.3.0

func (m *AllPoolsRequest) XXX_Unmarshal(b []byte) error

type AllPoolsResponse added in v15.3.0

type AllPoolsResponse struct {
	Pools []*types1.Any `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"`
}

func (*AllPoolsResponse) Descriptor added in v15.3.0

func (*AllPoolsResponse) Descriptor() ([]byte, []int)

func (*AllPoolsResponse) GetPools added in v15.3.0

func (m *AllPoolsResponse) GetPools() []*types1.Any

func (*AllPoolsResponse) Marshal added in v15.3.0

func (m *AllPoolsResponse) Marshal() (dAtA []byte, err error)

func (*AllPoolsResponse) MarshalTo added in v15.3.0

func (m *AllPoolsResponse) MarshalTo(dAtA []byte) (int, error)

func (*AllPoolsResponse) MarshalToSizedBuffer added in v15.3.0

func (m *AllPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AllPoolsResponse) ProtoMessage added in v15.3.0

func (*AllPoolsResponse) ProtoMessage()

func (*AllPoolsResponse) Reset added in v15.3.0

func (m *AllPoolsResponse) Reset()

func (*AllPoolsResponse) Size added in v15.3.0

func (m *AllPoolsResponse) Size() (n int)

func (*AllPoolsResponse) String added in v15.3.0

func (m *AllPoolsResponse) String() string

func (*AllPoolsResponse) Unmarshal added in v15.3.0

func (m *AllPoolsResponse) Unmarshal(dAtA []byte) error

func (*AllPoolsResponse) XXX_DiscardUnknown added in v15.3.0

func (m *AllPoolsResponse) XXX_DiscardUnknown()

func (*AllPoolsResponse) XXX_Marshal added in v15.3.0

func (m *AllPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AllPoolsResponse) XXX_Merge added in v15.3.0

func (m *AllPoolsResponse) XXX_Merge(src proto.Message)

func (*AllPoolsResponse) XXX_Size added in v15.3.0

func (m *AllPoolsResponse) XXX_Size() int

func (*AllPoolsResponse) XXX_Unmarshal added in v15.3.0

func (m *AllPoolsResponse) XXX_Unmarshal(b []byte) error

type EstimateSinglePoolSwapExactAmountInRequest added in v15.3.0

type EstimateSinglePoolSwapExactAmountInRequest struct {
	PoolId        uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
	TokenIn       string `protobuf:"bytes,2,opt,name=token_in,json=tokenIn,proto3" json:"token_in,omitempty" yaml:"token_in"`
	TokenOutDenom string `protobuf:"bytes,3,opt,name=token_out_denom,json=tokenOutDenom,proto3" json:"token_out_denom,omitempty" yaml:"token_out_denom"`
}

func (*EstimateSinglePoolSwapExactAmountInRequest) Descriptor added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) GetPoolId added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) GetTokenIn added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) GetTokenOutDenom added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountInRequest) GetTokenOutDenom() string

func (*EstimateSinglePoolSwapExactAmountInRequest) Marshal added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountInRequest) Marshal() (dAtA []byte, err error)

func (*EstimateSinglePoolSwapExactAmountInRequest) MarshalTo added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountInRequest) MarshalTo(dAtA []byte) (int, error)

func (*EstimateSinglePoolSwapExactAmountInRequest) MarshalToSizedBuffer added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateSinglePoolSwapExactAmountInRequest) ProtoMessage added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) Reset added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) Size added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) String added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) Unmarshal added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) XXX_DiscardUnknown added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_DiscardUnknown()

func (*EstimateSinglePoolSwapExactAmountInRequest) XXX_Marshal added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateSinglePoolSwapExactAmountInRequest) XXX_Merge added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) XXX_Size added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountInRequest) XXX_Unmarshal added in v15.3.0

type EstimateSinglePoolSwapExactAmountOutRequest added in v15.3.0

type EstimateSinglePoolSwapExactAmountOutRequest struct {
	PoolId       uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
	TokenInDenom string `protobuf:"bytes,2,opt,name=token_in_denom,json=tokenInDenom,proto3" json:"token_in_denom,omitempty" yaml:"token_in_denom"`
	TokenOut     string `protobuf:"bytes,3,opt,name=token_out,json=tokenOut,proto3" json:"token_out,omitempty" yaml:"token_out"`
}

func (*EstimateSinglePoolSwapExactAmountOutRequest) Descriptor added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) GetPoolId added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) GetTokenInDenom added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) GetTokenOut added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) Marshal added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountOutRequest) Marshal() (dAtA []byte, err error)

func (*EstimateSinglePoolSwapExactAmountOutRequest) MarshalTo added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) MarshalToSizedBuffer added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateSinglePoolSwapExactAmountOutRequest) ProtoMessage added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) Reset added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) Size added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) String added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) Unmarshal added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) XXX_DiscardUnknown added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_DiscardUnknown()

func (*EstimateSinglePoolSwapExactAmountOutRequest) XXX_Marshal added in v15.3.0

func (m *EstimateSinglePoolSwapExactAmountOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateSinglePoolSwapExactAmountOutRequest) XXX_Merge added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) XXX_Size added in v15.3.0

func (*EstimateSinglePoolSwapExactAmountOutRequest) XXX_Unmarshal added in v15.3.0

type EstimateSwapExactAmountInRequest

type EstimateSwapExactAmountInRequest struct {
	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  []types.SwapAmountInRoute `protobuf:"bytes,4,rep,name=routes,proto3" json:"routes" yaml:"routes"`
}

=============================== EstimateSwapExactAmountIn

func (*EstimateSwapExactAmountInRequest) Descriptor

func (*EstimateSwapExactAmountInRequest) Descriptor() ([]byte, []int)

func (*EstimateSwapExactAmountInRequest) GetPoolId

func (*EstimateSwapExactAmountInRequest) GetRoutes

func (*EstimateSwapExactAmountInRequest) GetTokenIn

func (m *EstimateSwapExactAmountInRequest) GetTokenIn() string

func (*EstimateSwapExactAmountInRequest) Marshal

func (m *EstimateSwapExactAmountInRequest) Marshal() (dAtA []byte, err error)

func (*EstimateSwapExactAmountInRequest) MarshalTo

func (m *EstimateSwapExactAmountInRequest) MarshalTo(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountInRequest) MarshalToSizedBuffer

func (m *EstimateSwapExactAmountInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountInRequest) ProtoMessage

func (*EstimateSwapExactAmountInRequest) ProtoMessage()

func (*EstimateSwapExactAmountInRequest) Reset

func (*EstimateSwapExactAmountInRequest) Size

func (m *EstimateSwapExactAmountInRequest) Size() (n int)

func (*EstimateSwapExactAmountInRequest) String

func (*EstimateSwapExactAmountInRequest) Unmarshal

func (m *EstimateSwapExactAmountInRequest) Unmarshal(dAtA []byte) error

func (*EstimateSwapExactAmountInRequest) XXX_DiscardUnknown

func (m *EstimateSwapExactAmountInRequest) XXX_DiscardUnknown()

func (*EstimateSwapExactAmountInRequest) XXX_Marshal

func (m *EstimateSwapExactAmountInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateSwapExactAmountInRequest) XXX_Merge

func (*EstimateSwapExactAmountInRequest) XXX_Size

func (m *EstimateSwapExactAmountInRequest) XXX_Size() int

func (*EstimateSwapExactAmountInRequest) XXX_Unmarshal

func (m *EstimateSwapExactAmountInRequest) XXX_Unmarshal(b []byte) error

type EstimateSwapExactAmountInResponse

type EstimateSwapExactAmountInResponse struct {
	TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 169-byte string literal not displayed */
}

func (*EstimateSwapExactAmountInResponse) Descriptor

func (*EstimateSwapExactAmountInResponse) Descriptor() ([]byte, []int)

func (*EstimateSwapExactAmountInResponse) Marshal

func (m *EstimateSwapExactAmountInResponse) Marshal() (dAtA []byte, err error)

func (*EstimateSwapExactAmountInResponse) MarshalTo

func (m *EstimateSwapExactAmountInResponse) MarshalTo(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountInResponse) MarshalToSizedBuffer

func (m *EstimateSwapExactAmountInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountInResponse) ProtoMessage

func (*EstimateSwapExactAmountInResponse) ProtoMessage()

func (*EstimateSwapExactAmountInResponse) Reset

func (*EstimateSwapExactAmountInResponse) Size

func (m *EstimateSwapExactAmountInResponse) Size() (n int)

func (*EstimateSwapExactAmountInResponse) String

func (*EstimateSwapExactAmountInResponse) Unmarshal

func (m *EstimateSwapExactAmountInResponse) Unmarshal(dAtA []byte) error

func (*EstimateSwapExactAmountInResponse) XXX_DiscardUnknown

func (m *EstimateSwapExactAmountInResponse) XXX_DiscardUnknown()

func (*EstimateSwapExactAmountInResponse) XXX_Marshal

func (m *EstimateSwapExactAmountInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateSwapExactAmountInResponse) XXX_Merge

func (*EstimateSwapExactAmountInResponse) XXX_Size

func (m *EstimateSwapExactAmountInResponse) XXX_Size() int

func (*EstimateSwapExactAmountInResponse) XXX_Unmarshal

func (m *EstimateSwapExactAmountInResponse) XXX_Unmarshal(b []byte) error

type EstimateSwapExactAmountOutRequest

type EstimateSwapExactAmountOutRequest struct {
	PoolId   uint64                     `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
	Routes   []types.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

func (*EstimateSwapExactAmountOutRequest) Descriptor

func (*EstimateSwapExactAmountOutRequest) Descriptor() ([]byte, []int)

func (*EstimateSwapExactAmountOutRequest) GetPoolId

func (*EstimateSwapExactAmountOutRequest) GetRoutes

func (*EstimateSwapExactAmountOutRequest) GetTokenOut

func (m *EstimateSwapExactAmountOutRequest) GetTokenOut() string

func (*EstimateSwapExactAmountOutRequest) Marshal

func (m *EstimateSwapExactAmountOutRequest) Marshal() (dAtA []byte, err error)

func (*EstimateSwapExactAmountOutRequest) MarshalTo

func (m *EstimateSwapExactAmountOutRequest) MarshalTo(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountOutRequest) MarshalToSizedBuffer

func (m *EstimateSwapExactAmountOutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountOutRequest) ProtoMessage

func (*EstimateSwapExactAmountOutRequest) ProtoMessage()

func (*EstimateSwapExactAmountOutRequest) Reset

func (*EstimateSwapExactAmountOutRequest) Size

func (m *EstimateSwapExactAmountOutRequest) Size() (n int)

func (*EstimateSwapExactAmountOutRequest) String

func (*EstimateSwapExactAmountOutRequest) Unmarshal

func (m *EstimateSwapExactAmountOutRequest) Unmarshal(dAtA []byte) error

func (*EstimateSwapExactAmountOutRequest) XXX_DiscardUnknown

func (m *EstimateSwapExactAmountOutRequest) XXX_DiscardUnknown()

func (*EstimateSwapExactAmountOutRequest) XXX_Marshal

func (m *EstimateSwapExactAmountOutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateSwapExactAmountOutRequest) XXX_Merge

func (*EstimateSwapExactAmountOutRequest) XXX_Size

func (m *EstimateSwapExactAmountOutRequest) XXX_Size() int

func (*EstimateSwapExactAmountOutRequest) XXX_Unmarshal

func (m *EstimateSwapExactAmountOutRequest) XXX_Unmarshal(b []byte) error

type EstimateSwapExactAmountOutResponse

type EstimateSwapExactAmountOutResponse struct {
	TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `` /* 165-byte string literal not displayed */
}

func (*EstimateSwapExactAmountOutResponse) Descriptor

func (*EstimateSwapExactAmountOutResponse) Descriptor() ([]byte, []int)

func (*EstimateSwapExactAmountOutResponse) Marshal

func (m *EstimateSwapExactAmountOutResponse) Marshal() (dAtA []byte, err error)

func (*EstimateSwapExactAmountOutResponse) MarshalTo

func (m *EstimateSwapExactAmountOutResponse) MarshalTo(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountOutResponse) MarshalToSizedBuffer

func (m *EstimateSwapExactAmountOutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EstimateSwapExactAmountOutResponse) ProtoMessage

func (*EstimateSwapExactAmountOutResponse) ProtoMessage()

func (*EstimateSwapExactAmountOutResponse) Reset

func (*EstimateSwapExactAmountOutResponse) Size

func (*EstimateSwapExactAmountOutResponse) String

func (*EstimateSwapExactAmountOutResponse) Unmarshal

func (m *EstimateSwapExactAmountOutResponse) Unmarshal(dAtA []byte) error

func (*EstimateSwapExactAmountOutResponse) XXX_DiscardUnknown

func (m *EstimateSwapExactAmountOutResponse) XXX_DiscardUnknown()

func (*EstimateSwapExactAmountOutResponse) XXX_Marshal

func (m *EstimateSwapExactAmountOutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EstimateSwapExactAmountOutResponse) XXX_Merge

func (*EstimateSwapExactAmountOutResponse) XXX_Size

func (*EstimateSwapExactAmountOutResponse) XXX_Unmarshal

func (m *EstimateSwapExactAmountOutResponse) XXX_Unmarshal(b []byte) error

type NumPoolsRequest

type NumPoolsRequest struct {
}

=============================== NumPools

func (*NumPoolsRequest) Descriptor

func (*NumPoolsRequest) Descriptor() ([]byte, []int)

func (*NumPoolsRequest) Marshal

func (m *NumPoolsRequest) Marshal() (dAtA []byte, err error)

func (*NumPoolsRequest) MarshalTo

func (m *NumPoolsRequest) MarshalTo(dAtA []byte) (int, error)

func (*NumPoolsRequest) MarshalToSizedBuffer

func (m *NumPoolsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NumPoolsRequest) ProtoMessage

func (*NumPoolsRequest) ProtoMessage()

func (*NumPoolsRequest) Reset

func (m *NumPoolsRequest) Reset()

func (*NumPoolsRequest) Size

func (m *NumPoolsRequest) Size() (n int)

func (*NumPoolsRequest) String

func (m *NumPoolsRequest) String() string

func (*NumPoolsRequest) Unmarshal

func (m *NumPoolsRequest) Unmarshal(dAtA []byte) error

func (*NumPoolsRequest) XXX_DiscardUnknown

func (m *NumPoolsRequest) XXX_DiscardUnknown()

func (*NumPoolsRequest) XXX_Marshal

func (m *NumPoolsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NumPoolsRequest) XXX_Merge

func (m *NumPoolsRequest) XXX_Merge(src proto.Message)

func (*NumPoolsRequest) XXX_Size

func (m *NumPoolsRequest) XXX_Size() int

func (*NumPoolsRequest) XXX_Unmarshal

func (m *NumPoolsRequest) XXX_Unmarshal(b []byte) error

type NumPoolsResponse

type NumPoolsResponse struct {
	NumPools uint64 `protobuf:"varint,1,opt,name=num_pools,json=numPools,proto3" json:"num_pools,omitempty" yaml:"num_pools"`
}

func (*NumPoolsResponse) Descriptor

func (*NumPoolsResponse) Descriptor() ([]byte, []int)

func (*NumPoolsResponse) GetNumPools

func (m *NumPoolsResponse) GetNumPools() uint64

func (*NumPoolsResponse) Marshal

func (m *NumPoolsResponse) Marshal() (dAtA []byte, err error)

func (*NumPoolsResponse) MarshalTo

func (m *NumPoolsResponse) MarshalTo(dAtA []byte) (int, error)

func (*NumPoolsResponse) MarshalToSizedBuffer

func (m *NumPoolsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NumPoolsResponse) ProtoMessage

func (*NumPoolsResponse) ProtoMessage()

func (*NumPoolsResponse) Reset

func (m *NumPoolsResponse) Reset()

func (*NumPoolsResponse) Size

func (m *NumPoolsResponse) Size() (n int)

func (*NumPoolsResponse) String

func (m *NumPoolsResponse) String() string

func (*NumPoolsResponse) Unmarshal

func (m *NumPoolsResponse) Unmarshal(dAtA []byte) error

func (*NumPoolsResponse) XXX_DiscardUnknown

func (m *NumPoolsResponse) XXX_DiscardUnknown()

func (*NumPoolsResponse) XXX_Marshal

func (m *NumPoolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NumPoolsResponse) XXX_Merge

func (m *NumPoolsResponse) XXX_Merge(src proto.Message)

func (*NumPoolsResponse) XXX_Size

func (m *NumPoolsResponse) XXX_Size() int

func (*NumPoolsResponse) XXX_Unmarshal

func (m *NumPoolsResponse) XXX_Unmarshal(b []byte) error

type ParamsRequest

type ParamsRequest struct {
}

=============================== Params

func (*ParamsRequest) Descriptor

func (*ParamsRequest) Descriptor() ([]byte, []int)

func (*ParamsRequest) Marshal

func (m *ParamsRequest) Marshal() (dAtA []byte, err error)

func (*ParamsRequest) MarshalTo

func (m *ParamsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ParamsRequest) MarshalToSizedBuffer

func (m *ParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ParamsRequest) ProtoMessage

func (*ParamsRequest) ProtoMessage()

func (*ParamsRequest) Reset

func (m *ParamsRequest) Reset()

func (*ParamsRequest) Size

func (m *ParamsRequest) Size() (n int)

func (*ParamsRequest) String

func (m *ParamsRequest) String() string

func (*ParamsRequest) Unmarshal

func (m *ParamsRequest) Unmarshal(dAtA []byte) error

func (*ParamsRequest) XXX_DiscardUnknown

func (m *ParamsRequest) XXX_DiscardUnknown()

func (*ParamsRequest) XXX_Marshal

func (m *ParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParamsRequest) XXX_Merge

func (m *ParamsRequest) XXX_Merge(src proto.Message)

func (*ParamsRequest) XXX_Size

func (m *ParamsRequest) XXX_Size() int

func (*ParamsRequest) XXX_Unmarshal

func (m *ParamsRequest) XXX_Unmarshal(b []byte) error

type ParamsResponse

type ParamsResponse struct {
	Params types.Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}

func (*ParamsResponse) Descriptor

func (*ParamsResponse) Descriptor() ([]byte, []int)

func (*ParamsResponse) GetParams

func (m *ParamsResponse) GetParams() types.Params

func (*ParamsResponse) Marshal

func (m *ParamsResponse) Marshal() (dAtA []byte, err error)

func (*ParamsResponse) MarshalTo

func (m *ParamsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ParamsResponse) MarshalToSizedBuffer

func (m *ParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ParamsResponse) ProtoMessage

func (*ParamsResponse) ProtoMessage()

func (*ParamsResponse) Reset

func (m *ParamsResponse) Reset()

func (*ParamsResponse) Size

func (m *ParamsResponse) Size() (n int)

func (*ParamsResponse) String

func (m *ParamsResponse) String() string

func (*ParamsResponse) Unmarshal

func (m *ParamsResponse) Unmarshal(dAtA []byte) error

func (*ParamsResponse) XXX_DiscardUnknown

func (m *ParamsResponse) XXX_DiscardUnknown()

func (*ParamsResponse) XXX_Marshal

func (m *ParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParamsResponse) XXX_Merge

func (m *ParamsResponse) XXX_Merge(src proto.Message)

func (*ParamsResponse) XXX_Size

func (m *ParamsResponse) XXX_Size() int

func (*ParamsResponse) XXX_Unmarshal

func (m *ParamsResponse) XXX_Unmarshal(b []byte) error

type PoolRequest added in v15.3.0

type PoolRequest struct {
	PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
}

=============================== Pool

func (*PoolRequest) Descriptor added in v15.3.0

func (*PoolRequest) Descriptor() ([]byte, []int)

func (*PoolRequest) GetPoolId added in v15.3.0

func (m *PoolRequest) GetPoolId() uint64

func (*PoolRequest) Marshal added in v15.3.0

func (m *PoolRequest) Marshal() (dAtA []byte, err error)

func (*PoolRequest) MarshalTo added in v15.3.0

func (m *PoolRequest) MarshalTo(dAtA []byte) (int, error)

func (*PoolRequest) MarshalToSizedBuffer added in v15.3.0

func (m *PoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PoolRequest) ProtoMessage added in v15.3.0

func (*PoolRequest) ProtoMessage()

func (*PoolRequest) Reset added in v15.3.0

func (m *PoolRequest) Reset()

func (*PoolRequest) Size added in v15.3.0

func (m *PoolRequest) Size() (n int)

func (*PoolRequest) String added in v15.3.0

func (m *PoolRequest) String() string

func (*PoolRequest) Unmarshal added in v15.3.0

func (m *PoolRequest) Unmarshal(dAtA []byte) error

func (*PoolRequest) XXX_DiscardUnknown added in v15.3.0

func (m *PoolRequest) XXX_DiscardUnknown()

func (*PoolRequest) XXX_Marshal added in v15.3.0

func (m *PoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PoolRequest) XXX_Merge added in v15.3.0

func (m *PoolRequest) XXX_Merge(src proto.Message)

func (*PoolRequest) XXX_Size added in v15.3.0

func (m *PoolRequest) XXX_Size() int

func (*PoolRequest) XXX_Unmarshal added in v15.3.0

func (m *PoolRequest) XXX_Unmarshal(b []byte) error

type PoolResponse added in v15.3.0

type PoolResponse struct {
	Pool *types1.Any `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"`
}

func (*PoolResponse) Descriptor added in v15.3.0

func (*PoolResponse) Descriptor() ([]byte, []int)

func (*PoolResponse) GetPool added in v15.3.0

func (m *PoolResponse) GetPool() *types1.Any

func (*PoolResponse) Marshal added in v15.3.0

func (m *PoolResponse) Marshal() (dAtA []byte, err error)

func (*PoolResponse) MarshalTo added in v15.3.0

func (m *PoolResponse) MarshalTo(dAtA []byte) (int, error)

func (*PoolResponse) MarshalToSizedBuffer added in v15.3.0

func (m *PoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PoolResponse) ProtoMessage added in v15.3.0

func (*PoolResponse) ProtoMessage()

func (*PoolResponse) Reset added in v15.3.0

func (m *PoolResponse) Reset()

func (*PoolResponse) Size added in v15.3.0

func (m *PoolResponse) Size() (n int)

func (*PoolResponse) String added in v15.3.0

func (m *PoolResponse) String() string

func (*PoolResponse) Unmarshal added in v15.3.0

func (m *PoolResponse) Unmarshal(dAtA []byte) error

func (*PoolResponse) XXX_DiscardUnknown added in v15.3.0

func (m *PoolResponse) XXX_DiscardUnknown()

func (*PoolResponse) XXX_Marshal added in v15.3.0

func (m *PoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PoolResponse) XXX_Merge added in v15.3.0

func (m *PoolResponse) XXX_Merge(src proto.Message)

func (*PoolResponse) XXX_Size added in v15.3.0

func (m *PoolResponse) XXX_Size() int

func (*PoolResponse) XXX_Unmarshal added in v15.3.0

func (m *PoolResponse) XXX_Unmarshal(b []byte) error

type QueryClient

type QueryClient interface {
	Params(ctx context.Context, in *ParamsRequest, opts ...grpc.CallOption) (*ParamsResponse, error)
	// Estimates swap amount out given in.
	EstimateSwapExactAmountIn(ctx context.Context, in *EstimateSwapExactAmountInRequest, opts ...grpc.CallOption) (*EstimateSwapExactAmountInResponse, error)
	EstimateSinglePoolSwapExactAmountIn(ctx context.Context, in *EstimateSinglePoolSwapExactAmountInRequest, opts ...grpc.CallOption) (*EstimateSwapExactAmountInResponse, error)
	// Estimates swap amount in given out.
	EstimateSwapExactAmountOut(ctx context.Context, in *EstimateSwapExactAmountOutRequest, opts ...grpc.CallOption) (*EstimateSwapExactAmountOutResponse, error)
	EstimateSinglePoolSwapExactAmountOut(ctx context.Context, in *EstimateSinglePoolSwapExactAmountOutRequest, opts ...grpc.CallOption) (*EstimateSwapExactAmountOutResponse, error)
	// Returns the total number of pools existing in Osmosis.
	NumPools(ctx context.Context, in *NumPoolsRequest, opts ...grpc.CallOption) (*NumPoolsResponse, error)
	// Pool returns the Pool specified by the pool id
	Pool(ctx context.Context, in *PoolRequest, opts ...grpc.CallOption) (*PoolResponse, error)
	// AllPools returns all pools on the Osmosis chain sorted by IDs.
	AllPools(ctx context.Context, in *AllPoolsRequest, opts ...grpc.CallOption) (*AllPoolsResponse, 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 *SpotPriceRequest, opts ...grpc.CallOption) (*SpotPriceResponse, error)
	TotalPoolLiquidity(ctx context.Context, in *TotalPoolLiquidityRequest, opts ...grpc.CallOption) (*TotalPoolLiquidityResponse, 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 QueryServer

type QueryServer interface {
	Params(context.Context, *ParamsRequest) (*ParamsResponse, error)
	// Estimates swap amount out given in.
	EstimateSwapExactAmountIn(context.Context, *EstimateSwapExactAmountInRequest) (*EstimateSwapExactAmountInResponse, error)
	EstimateSinglePoolSwapExactAmountIn(context.Context, *EstimateSinglePoolSwapExactAmountInRequest) (*EstimateSwapExactAmountInResponse, error)
	// Estimates swap amount in given out.
	EstimateSwapExactAmountOut(context.Context, *EstimateSwapExactAmountOutRequest) (*EstimateSwapExactAmountOutResponse, error)
	EstimateSinglePoolSwapExactAmountOut(context.Context, *EstimateSinglePoolSwapExactAmountOutRequest) (*EstimateSwapExactAmountOutResponse, error)
	// Returns the total number of pools existing in Osmosis.
	NumPools(context.Context, *NumPoolsRequest) (*NumPoolsResponse, error)
	// Pool returns the Pool specified by the pool id
	Pool(context.Context, *PoolRequest) (*PoolResponse, error)
	// AllPools returns all pools on the Osmosis chain sorted by IDs.
	AllPools(context.Context, *AllPoolsRequest) (*AllPoolsResponse, error)
	// SpotPrice defines a gRPC query handler that returns the spot price given
	// a base denomination and a quote denomination.
	SpotPrice(context.Context, *SpotPriceRequest) (*SpotPriceResponse, error)
	TotalPoolLiquidity(context.Context, *TotalPoolLiquidityRequest) (*TotalPoolLiquidityResponse, error)
}

QueryServer is the server API for Query service.

type SpotPriceRequest added in v15.3.0

type SpotPriceRequest 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 */
}

SpotPriceRequest defines the gRPC request structure for a SpotPrice query.

func (*SpotPriceRequest) Descriptor added in v15.3.0

func (*SpotPriceRequest) Descriptor() ([]byte, []int)

func (*SpotPriceRequest) GetBaseAssetDenom added in v15.3.0

func (m *SpotPriceRequest) GetBaseAssetDenom() string

func (*SpotPriceRequest) GetPoolId added in v15.3.0

func (m *SpotPriceRequest) GetPoolId() uint64

func (*SpotPriceRequest) GetQuoteAssetDenom added in v15.3.0

func (m *SpotPriceRequest) GetQuoteAssetDenom() string

func (*SpotPriceRequest) Marshal added in v15.3.0

func (m *SpotPriceRequest) Marshal() (dAtA []byte, err error)

func (*SpotPriceRequest) MarshalTo added in v15.3.0

func (m *SpotPriceRequest) MarshalTo(dAtA []byte) (int, error)

func (*SpotPriceRequest) MarshalToSizedBuffer added in v15.3.0

func (m *SpotPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpotPriceRequest) ProtoMessage added in v15.3.0

func (*SpotPriceRequest) ProtoMessage()

func (*SpotPriceRequest) Reset added in v15.3.0

func (m *SpotPriceRequest) Reset()

func (*SpotPriceRequest) Size added in v15.3.0

func (m *SpotPriceRequest) Size() (n int)

func (*SpotPriceRequest) String added in v15.3.0

func (m *SpotPriceRequest) String() string

func (*SpotPriceRequest) Unmarshal added in v15.3.0

func (m *SpotPriceRequest) Unmarshal(dAtA []byte) error

func (*SpotPriceRequest) XXX_DiscardUnknown added in v15.3.0

func (m *SpotPriceRequest) XXX_DiscardUnknown()

func (*SpotPriceRequest) XXX_Marshal added in v15.3.0

func (m *SpotPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpotPriceRequest) XXX_Merge added in v15.3.0

func (m *SpotPriceRequest) XXX_Merge(src proto.Message)

func (*SpotPriceRequest) XXX_Size added in v15.3.0

func (m *SpotPriceRequest) XXX_Size() int

func (*SpotPriceRequest) XXX_Unmarshal added in v15.3.0

func (m *SpotPriceRequest) XXX_Unmarshal(b []byte) error

type SpotPriceResponse added in v15.3.0

type SpotPriceResponse 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"`
}

SpotPriceResponse defines the gRPC response structure for a SpotPrice query.

func (*SpotPriceResponse) Descriptor added in v15.3.0

func (*SpotPriceResponse) Descriptor() ([]byte, []int)

func (*SpotPriceResponse) GetSpotPrice added in v15.3.0

func (m *SpotPriceResponse) GetSpotPrice() string

func (*SpotPriceResponse) Marshal added in v15.3.0

func (m *SpotPriceResponse) Marshal() (dAtA []byte, err error)

func (*SpotPriceResponse) MarshalTo added in v15.3.0

func (m *SpotPriceResponse) MarshalTo(dAtA []byte) (int, error)

func (*SpotPriceResponse) MarshalToSizedBuffer added in v15.3.0

func (m *SpotPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpotPriceResponse) ProtoMessage added in v15.3.0

func (*SpotPriceResponse) ProtoMessage()

func (*SpotPriceResponse) Reset added in v15.3.0

func (m *SpotPriceResponse) Reset()

func (*SpotPriceResponse) Size added in v15.3.0

func (m *SpotPriceResponse) Size() (n int)

func (*SpotPriceResponse) String added in v15.3.0

func (m *SpotPriceResponse) String() string

func (*SpotPriceResponse) Unmarshal added in v15.3.0

func (m *SpotPriceResponse) Unmarshal(dAtA []byte) error

func (*SpotPriceResponse) XXX_DiscardUnknown added in v15.3.0

func (m *SpotPriceResponse) XXX_DiscardUnknown()

func (*SpotPriceResponse) XXX_Marshal added in v15.3.0

func (m *SpotPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpotPriceResponse) XXX_Merge added in v15.3.0

func (m *SpotPriceResponse) XXX_Merge(src proto.Message)

func (*SpotPriceResponse) XXX_Size added in v15.3.0

func (m *SpotPriceResponse) XXX_Size() int

func (*SpotPriceResponse) XXX_Unmarshal added in v15.3.0

func (m *SpotPriceResponse) XXX_Unmarshal(b []byte) error

type TotalPoolLiquidityRequest added in v15.5.0

type TotalPoolLiquidityRequest struct {
	PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"`
}

=============================== PoolLiquidity

func (*TotalPoolLiquidityRequest) Descriptor added in v15.5.0

func (*TotalPoolLiquidityRequest) Descriptor() ([]byte, []int)

func (*TotalPoolLiquidityRequest) GetPoolId added in v15.5.0

func (m *TotalPoolLiquidityRequest) GetPoolId() uint64

func (*TotalPoolLiquidityRequest) Marshal added in v15.5.0

func (m *TotalPoolLiquidityRequest) Marshal() (dAtA []byte, err error)

func (*TotalPoolLiquidityRequest) MarshalTo added in v15.5.0

func (m *TotalPoolLiquidityRequest) MarshalTo(dAtA []byte) (int, error)

func (*TotalPoolLiquidityRequest) MarshalToSizedBuffer added in v15.5.0

func (m *TotalPoolLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TotalPoolLiquidityRequest) ProtoMessage added in v15.5.0

func (*TotalPoolLiquidityRequest) ProtoMessage()

func (*TotalPoolLiquidityRequest) Reset added in v15.5.0

func (m *TotalPoolLiquidityRequest) Reset()

func (*TotalPoolLiquidityRequest) Size added in v15.5.0

func (m *TotalPoolLiquidityRequest) Size() (n int)

func (*TotalPoolLiquidityRequest) String added in v15.5.0

func (m *TotalPoolLiquidityRequest) String() string

func (*TotalPoolLiquidityRequest) Unmarshal added in v15.5.0

func (m *TotalPoolLiquidityRequest) Unmarshal(dAtA []byte) error

func (*TotalPoolLiquidityRequest) XXX_DiscardUnknown added in v15.5.0

func (m *TotalPoolLiquidityRequest) XXX_DiscardUnknown()

func (*TotalPoolLiquidityRequest) XXX_Marshal added in v15.5.0

func (m *TotalPoolLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TotalPoolLiquidityRequest) XXX_Merge added in v15.5.0

func (m *TotalPoolLiquidityRequest) XXX_Merge(src proto.Message)

func (*TotalPoolLiquidityRequest) XXX_Size added in v15.5.0

func (m *TotalPoolLiquidityRequest) XXX_Size() int

func (*TotalPoolLiquidityRequest) XXX_Unmarshal added in v15.5.0

func (m *TotalPoolLiquidityRequest) XXX_Unmarshal(b []byte) error

type TotalPoolLiquidityResponse added in v15.5.0

type TotalPoolLiquidityResponse struct {
	Liquidity github_com_cosmos_cosmos_sdk_types.Coins `` /* 132-byte string literal not displayed */
}

func (*TotalPoolLiquidityResponse) Descriptor added in v15.5.0

func (*TotalPoolLiquidityResponse) Descriptor() ([]byte, []int)

func (*TotalPoolLiquidityResponse) GetLiquidity added in v15.5.0

func (*TotalPoolLiquidityResponse) Marshal added in v15.5.0

func (m *TotalPoolLiquidityResponse) Marshal() (dAtA []byte, err error)

func (*TotalPoolLiquidityResponse) MarshalTo added in v15.5.0

func (m *TotalPoolLiquidityResponse) MarshalTo(dAtA []byte) (int, error)

func (*TotalPoolLiquidityResponse) MarshalToSizedBuffer added in v15.5.0

func (m *TotalPoolLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TotalPoolLiquidityResponse) ProtoMessage added in v15.5.0

func (*TotalPoolLiquidityResponse) ProtoMessage()

func (*TotalPoolLiquidityResponse) Reset added in v15.5.0

func (m *TotalPoolLiquidityResponse) Reset()

func (*TotalPoolLiquidityResponse) Size added in v15.5.0

func (m *TotalPoolLiquidityResponse) Size() (n int)

func (*TotalPoolLiquidityResponse) String added in v15.5.0

func (m *TotalPoolLiquidityResponse) String() string

func (*TotalPoolLiquidityResponse) Unmarshal added in v15.5.0

func (m *TotalPoolLiquidityResponse) Unmarshal(dAtA []byte) error

func (*TotalPoolLiquidityResponse) XXX_DiscardUnknown added in v15.5.0

func (m *TotalPoolLiquidityResponse) XXX_DiscardUnknown()

func (*TotalPoolLiquidityResponse) XXX_Marshal added in v15.5.0

func (m *TotalPoolLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TotalPoolLiquidityResponse) XXX_Merge added in v15.5.0

func (m *TotalPoolLiquidityResponse) XXX_Merge(src proto.Message)

func (*TotalPoolLiquidityResponse) XXX_Size added in v15.5.0

func (m *TotalPoolLiquidityResponse) XXX_Size() int

func (*TotalPoolLiquidityResponse) XXX_Unmarshal added in v15.5.0

func (m *TotalPoolLiquidityResponse) XXX_Unmarshal(b []byte) error

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServer) AllPools added in v15.3.0

func (*UnimplementedQueryServer) EstimateSinglePoolSwapExactAmountIn added in v15.3.0

func (*UnimplementedQueryServer) EstimateSinglePoolSwapExactAmountOut added in v15.3.0

func (*UnimplementedQueryServer) EstimateSwapExactAmountIn

func (*UnimplementedQueryServer) EstimateSwapExactAmountOut

func (*UnimplementedQueryServer) NumPools

func (*UnimplementedQueryServer) Params

func (*UnimplementedQueryServer) Pool added in v15.3.0

func (*UnimplementedQueryServer) SpotPrice added in v15.3.0

func (*UnimplementedQueryServer) TotalPoolLiquidity added in v15.5.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL