TallyResult defines a standard tally for a governance proposal.

from message cosmos.gov.v1.TallyResult

Hierarchy

Constructors

Properties

abstainCount: string = ""

abstain_count is the number of abstain votes on a proposal.

from field: string abstain_count = 2;

noCount: string = ""

no_count is the number of no votes on a proposal.

from field: string no_count = 3;

noWithVetoCount: string = ""

no_with_veto_count is the number of no with veto votes on a proposal.

from field: string no_with_veto_count = 4;

yesCount: string = ""

yes_count is the number of yes votes on a proposal.

from field: string yes_count = 1;

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

Methods