TallyResult defines a standard tally for a governance proposal.

from message cosmos.gov.v1beta1.TallyResult

Hierarchy

Constructors

Properties

abstain: string = ""

abstain is the number of abstain votes on a proposal.

from field: string abstain = 2;

no: string = ""

no is the number of no votes on a proposal.

from field: string no = 3;

noWithVeto: string = ""

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

from field: string no_with_veto = 4;

yes: string = ""

yes is the number of yes votes on a proposal.

from field: string yes = 1;

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

Methods