bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class TallyResult

    TallyResult represents the sum of weighted votes for each vote option.

    from message cosmos.group.v1.TallyResult

    Hierarchy

    Index

    Constructors

    Properties

    abstainCount: string = ""

    abstain_count is the weighted sum of abstainers.

    from field: string abstain_count = 2;

    noCount: string = ""

    no_count is the weighted sum of no votes.

    from field: string no_count = 3;

    noWithVetoCount: string = ""

    no_with_veto_count is the weighted sum of veto.

    from field: string no_with_veto_count = 4;

    yesCount: string = ""

    yes_count is the weighted sum of yes votes.

    from field: string yes_count = 1;

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

    Methods