Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 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 RegisterGRPCGatewayRoutes(clientConn grpc.ClientConn, mux *runtime.ServeMux) + 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 GasPriceRequest struct + func (*GasPriceRequest) Descriptor() ([]byte, []int) + func (*GasPriceRequest) ProtoMessage() + func (m *GasPriceRequest) Marshal() (dAtA []byte, err error) + func (m *GasPriceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GasPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GasPriceRequest) Reset() + func (m *GasPriceRequest) Size() (n int) + func (m *GasPriceRequest) String() string + func (m *GasPriceRequest) Unmarshal(dAtA []byte) error + func (m *GasPriceRequest) XXX_DiscardUnknown() + func (m *GasPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GasPriceRequest) XXX_Merge(src proto.Message) + func (m *GasPriceRequest) XXX_Size() int + func (m *GasPriceRequest) XXX_Unmarshal(b []byte) error + type GasPriceResponse struct + GasPrices github_com_cosmos_cosmos_sdk_types.Coins + func (*GasPriceResponse) Descriptor() ([]byte, []int) + func (*GasPriceResponse) ProtoMessage() + func (m *GasPriceResponse) GetGasPrices() github_com_cosmos_cosmos_sdk_types.Coins + func (m *GasPriceResponse) Marshal() (dAtA []byte, err error) + func (m *GasPriceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GasPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GasPriceResponse) Reset() + func (m *GasPriceResponse) Size() (n int) + func (m *GasPriceResponse) String() string + func (m *GasPriceResponse) Unmarshal(dAtA []byte) error + func (m *GasPriceResponse) XXX_DiscardUnknown() + func (m *GasPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GasPriceResponse) XXX_Merge(src proto.Message) + func (m *GasPriceResponse) XXX_Size() int + func (m *GasPriceResponse) XXX_Unmarshal(b []byte) error + type Querier struct + func (q Querier) FxGasPrice(ctx context.Context, request *GasPriceRequest) (*GasPriceResponse, error) + func (q Querier) GasPrice(c context.Context, _ *GasPriceRequest) (*GasPriceResponse, error) + type QueryClient interface + FxGasPrice func(ctx context.Context, in *GasPriceRequest, opts ...grpc.CallOption) (*GasPriceResponse, error) + GasPrice func(ctx context.Context, in *GasPriceRequest, opts ...grpc.CallOption) (*GasPriceResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryServer interface + FxGasPrice func(context.Context, *GasPriceRequest) (*GasPriceResponse, error) + GasPrice func(context.Context, *GasPriceRequest) (*GasPriceResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) FxGasPrice(ctx context.Context, req *GasPriceRequest) (*GasPriceResponse, error) + func (*UnimplementedQueryServer) GasPrice(ctx context.Context, req *GasPriceRequest) (*GasPriceResponse, error) v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7