QueryParamsResponse is the response type for the Query/Params RPC method.

from message cosmos.gov.v1.QueryParamsResponse

Hierarchy

Constructors

Properties

depositParams?: proto.cosmos.gov.v1.DepositParams

Deprecated: Prefer to use params instead. deposit_params defines the parameters related to deposit.

from field: cosmos.gov.v1.DepositParams deposit_params = 2 [deprecated = true];

params defines all the paramaters of x/gov module.

Since: cosmos-sdk 0.47

from field: cosmos.gov.v1.Params params = 4;

tallyParams?: proto.cosmos.gov.v1.TallyParams

Deprecated: Prefer to use params instead. tally_params defines the parameters related to tally.

from field: cosmos.gov.v1.TallyParams tally_params = 3 [deprecated = true];

votingParams?: proto.cosmos.gov.v1.VotingParams

Deprecated: Prefer to use params instead. voting_params defines the parameters related to voting.

from field: cosmos.gov.v1.VotingParams voting_params = 1 [deprecated = true];

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.gov.v1.QueryParamsResponse" = "cosmos.gov.v1.QueryParamsResponse"

Methods