TallyParams defines the params for tallying votes on governance proposals.

from message cosmos.gov.v1.TallyParams

Hierarchy

Constructors

Properties

quorum: string = ""

Minimum percentage of total stake needed to vote for a result to be considered valid.

from field: string quorum = 1;

threshold: string = ""

Minimum proportion of Yes votes for proposal to pass. Default value: 0.5.

from field: string threshold = 2;

vetoThreshold: string = ""

Minimum value of Veto votes to Total votes ratio for proposal to be vetoed. Default value: 1/3.

from field: string veto_threshold = 3;

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

Methods