Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the bank Msg service.
UpdateParams defines a governance operation for updating the x/consensus_param module parameters. The authority is defined in the keeper. Since: cosmos-sdk 0.47
MsgUpdateParams is the Msg/UpdateParams request type.
authority is the address that controls the module (defaults to x/gov unless overwritten).
params defines the x/consensus parameters to update. VersionsParams is not included in this Msg because it is tracked separarately in x/upgrade. NOTE: All parameters must be supplied.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
(message has no fields)
Query defines the gRPC querier service.
Params queries the parameters of x/consensus_param module.
QueryParamsRequest defines the request type for querying x/consensus parameters.
(message has no fields)
QueryParamsResponse defines the response type for querying x/consensus parameters.
params are the tendermint consensus params stored in the consensus module. Please note that `params.version` is not populated in this response, it is tracked separately in the x/upgrade module.