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

    Interface iVoter<T>

    interface iVoter<T extends NumberType> {
        address: string;
        weight: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    address: string

    The address of the voter.

    weight: T

    The weight of this voter's vote.