Versions in this module Expand all Collapse all v0 v0.7.6 Jan 31, 2025 Changes in this version + const Service_Config_FullMethodName + var File_cosmos_base_node_v2_query_proto protoreflect.FileDescriptor + var Service_ServiceDesc = grpc.ServiceDesc + func RegisterServiceServer(s grpc.ServiceRegistrar, srv ServiceServer) + type ConfigRequest struct + func (*ConfigRequest) Descriptor() ([]byte, []int) + func (*ConfigRequest) ProtoMessage() + func (x *ConfigRequest) ProtoReflect() protoreflect.Message + func (x *ConfigRequest) Reset() + func (x *ConfigRequest) String() string + type ConfigResponse struct + MinimumGasPrice string + func (*ConfigResponse) Descriptor() ([]byte, []int) + func (*ConfigResponse) ProtoMessage() + func (x *ConfigResponse) GetMinimumGasPrice() string + func (x *ConfigResponse) ProtoReflect() protoreflect.Message + func (x *ConfigResponse) Reset() + func (x *ConfigResponse) String() string + type ServiceClient interface + Config func(ctx context.Context, in *ConfigRequest, opts ...grpc.CallOption) (*ConfigResponse, error) + func NewServiceClient(cc grpc.ClientConnInterface) ServiceClient + type ServiceServer interface + Config func(context.Context, *ConfigRequest) (*ConfigResponse, error) + type UnimplementedServiceServer struct + func (UnimplementedServiceServer) Config(context.Context, *ConfigRequest) (*ConfigResponse, error) + type UnsafeServiceServer interface