Get desktop application:
View/edit binary Protocol Buffers messages
Query defines the gRPC querier service.
Params queries a specific parameter of a module, given its subspace and key.
QueryParamsRequest is request type for the Query/Params RPC method.
subspace defines the module to query the parameter for.
key defines the key of the parameter in the subspace.
QueryParamsResponse is response type for the Query/Params RPC method.
param defines the queried parameter.
Subspaces queries for all registered subspaces and all keys for a subspace. Since: cosmos-sdk 0.46
QuerySubspacesRequest defines a request type for querying for all registered subspaces and all keys for a subspace. Since: cosmos-sdk 0.46
(message has no fields)
QuerySubspacesResponse defines the response types for querying for all registered subspaces and all keys for a subspace. Since: cosmos-sdk 0.46
ParamChange defines an individual parameter change, for use in ParameterChangeProposal.
Used in:
,ParameterChangeProposal defines a proposal to change one or more parameters.
Subspace defines a parameter subspace name and all the keys that exist for the subspace. Since: cosmos-sdk 0.46
Used in: