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

    Class Voter

    Voter defines a voter with their address and weight.

    from message badges.Voter

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    The address of the voter.

    from field: string address = 1;

    weight: string = ""

    The weight of this voter's vote.

    from field: string weight = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.Voter"

    Methods