TallyParams defines the params for tallying votes on governance proposals.

Hierarchy

  • TallyParams

Properties

quorum: string

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

threshold: string

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

vetoThreshold: string

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

Generated using TypeDoc