Versions in this module Expand all Collapse all v0 v0.50.9 Jul 10, 2024 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 gogogrpc.ClientConn, mux *runtime.ServeMux) + func RegisterNodeService(clientCtx client.Context, server gogogrpc.Server, cfg config.Config) + func RegisterServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceClient) error + func RegisterServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceServer) error + func RegisterServiceServer(s grpc1.Server, srv ServiceServer) + type ConfigRequest struct + func (*ConfigRequest) Descriptor() ([]byte, []int) + func (*ConfigRequest) ProtoMessage() + func (m *ConfigRequest) Marshal() (dAtA []byte, err error) + func (m *ConfigRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ConfigRequest) Reset() + func (m *ConfigRequest) Size() (n int) + func (m *ConfigRequest) String() string + func (m *ConfigRequest) Unmarshal(dAtA []byte) error + func (m *ConfigRequest) XXX_DiscardUnknown() + func (m *ConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigRequest) XXX_Merge(src proto.Message) + func (m *ConfigRequest) XXX_Size() int + func (m *ConfigRequest) XXX_Unmarshal(b []byte) error + type ConfigResponse struct + HaltHeight uint64 + MinimumGasPrice string + PruningInterval string + PruningKeepRecent string + func (*ConfigResponse) Descriptor() ([]byte, []int) + func (*ConfigResponse) ProtoMessage() + func (m *ConfigResponse) GetHaltHeight() uint64 + func (m *ConfigResponse) GetMinimumGasPrice() string + func (m *ConfigResponse) GetPruningInterval() string + func (m *ConfigResponse) GetPruningKeepRecent() string + func (m *ConfigResponse) Marshal() (dAtA []byte, err error) + func (m *ConfigResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ConfigResponse) Reset() + func (m *ConfigResponse) Size() (n int) + func (m *ConfigResponse) String() string + func (m *ConfigResponse) Unmarshal(dAtA []byte) error + func (m *ConfigResponse) XXX_DiscardUnknown() + func (m *ConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigResponse) XXX_Merge(src proto.Message) + func (m *ConfigResponse) XXX_Size() int + func (m *ConfigResponse) XXX_Unmarshal(b []byte) error + type ServiceClient interface + Config func(ctx context.Context, in *ConfigRequest, opts ...grpc.CallOption) (*ConfigResponse, error) + Status func(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error) + func NewServiceClient(cc grpc1.ClientConn) ServiceClient + type ServiceServer interface + Config func(context.Context, *ConfigRequest) (*ConfigResponse, error) + Status func(context.Context, *StatusRequest) (*StatusResponse, error) + func NewQueryServer(clientCtx client.Context, cfg config.Config) ServiceServer + type StatusRequest struct + func (*StatusRequest) Descriptor() ([]byte, []int) + func (*StatusRequest) ProtoMessage() + func (m *StatusRequest) Marshal() (dAtA []byte, err error) + func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error) + func (m *StatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StatusRequest) Reset() + func (m *StatusRequest) Size() (n int) + func (m *StatusRequest) String() string + func (m *StatusRequest) Unmarshal(dAtA []byte) error + func (m *StatusRequest) XXX_DiscardUnknown() + func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StatusRequest) XXX_Merge(src proto.Message) + func (m *StatusRequest) XXX_Size() int + func (m *StatusRequest) XXX_Unmarshal(b []byte) error + type StatusResponse struct + AppHash []byte + EarliestStoreHeight uint64 + Height uint64 + Timestamp *time.Time + ValidatorHash []byte + func (*StatusResponse) Descriptor() ([]byte, []int) + func (*StatusResponse) ProtoMessage() + func (m *StatusResponse) GetAppHash() []byte + func (m *StatusResponse) GetEarliestStoreHeight() uint64 + func (m *StatusResponse) GetHeight() uint64 + func (m *StatusResponse) GetTimestamp() *time.Time + func (m *StatusResponse) GetValidatorHash() []byte + func (m *StatusResponse) Marshal() (dAtA []byte, err error) + func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error) + func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StatusResponse) Reset() + func (m *StatusResponse) Size() (n int) + func (m *StatusResponse) String() string + func (m *StatusResponse) Unmarshal(dAtA []byte) error + func (m *StatusResponse) XXX_DiscardUnknown() + func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StatusResponse) XXX_Merge(src proto.Message) + func (m *StatusResponse) XXX_Size() int + func (m *StatusResponse) XXX_Unmarshal(b []byte) error + type UnimplementedServiceServer struct + func (*UnimplementedServiceServer) Config(ctx context.Context, req *ConfigRequest) (*ConfigResponse, error) + func (*UnimplementedServiceServer) Status(ctx context.Context, req *StatusRequest) (*StatusResponse, error) Other modules containing this package github.com/T-ragon/cosmos-sdk/v3