TallyParams defines the params for tallying votes on governance proposals.

from message cosmos.gov.v1beta1.TallyParams

Hierarchy

Constructors

Properties

quorum: Uint8Array = ...

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

from field: bytes quorum = 1;

threshold: Uint8Array = ...

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

from field: bytes threshold = 2;

vetoThreshold: Uint8Array = ...

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

from field: bytes veto_threshold = 3;

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

Methods