QueryParamsRequest is request type for the Query/Params RPC method.

from message cosmos.params.v1beta1.QueryParamsRequest

Hierarchy

Constructors

Properties

key: string = ""

key defines the key of the parameter in the subspace.

from field: string key = 2;

subspace: string = ""

subspace defines the module to query the parameter for.

from field: string subspace = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.params.v1beta1.QueryParamsRequest" = "cosmos.params.v1beta1.QueryParamsRequest"

Methods