Versions in this module Expand all Collapse all v0 v0.7.6 Jan 31, 2025 Changes in this version + const Msg_UpdateParams_FullMethodName + const Query_Params_FullMethodName + var File_cosmos_consensus_v1_query_proto protoreflect.FileDescriptor + var File_cosmos_consensus_v1_tx_proto protoreflect.FileDescriptor + var Msg_ServiceDesc = grpc.ServiceDesc + var Query_ServiceDesc = grpc.ServiceDesc + func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer) + func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer) + type MsgClient interface + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + func NewMsgClient(cc grpc.ClientConnInterface) MsgClient + type MsgServer interface + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type MsgUpdateParams struct + Abci *v1.ABCIParams + Authority string + Block *v1.BlockParams + Evidence *v1.EvidenceParams + Feature *v1.FeatureParams + Synchrony *v1.SynchronyParams + Validator *v1.ValidatorParams + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (x *MsgUpdateParams) GetAbci() *v1.ABCIParams + func (x *MsgUpdateParams) GetAuthority() string + func (x *MsgUpdateParams) GetBlock() *v1.BlockParams + func (x *MsgUpdateParams) GetEvidence() *v1.EvidenceParams + func (x *MsgUpdateParams) GetFeature() *v1.FeatureParams + func (x *MsgUpdateParams) GetSynchrony() *v1.SynchronyParams + func (x *MsgUpdateParams) GetValidator() *v1.ValidatorParams + func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParams) Reset() + func (x *MsgUpdateParams) String() string + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParamsResponse) Reset() + func (x *MsgUpdateParamsResponse) String() string + type QueryClient interface + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + func NewQueryClient(cc grpc.ClientConnInterface) QueryClient + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message + func (x *QueryParamsRequest) Reset() + func (x *QueryParamsRequest) String() string + type QueryParamsResponse struct + Params *v1.ConsensusParams + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (x *QueryParamsResponse) GetParams() *v1.ConsensusParams + func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message + func (x *QueryParamsResponse) Reset() + func (x *QueryParamsResponse) String() string + type QueryServer interface + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + type UnimplementedMsgServer struct + func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type UnimplementedQueryServer struct + func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + type UnsafeMsgServer interface + type UnsafeQueryServer interface