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

    Class PointsDoc<T>

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    address: string

    The address to calculate points for

    applicationId: string

    The application ID

    claimSuccessCounts?: { [claimId: string]: number }

    Claim success counts. These were the claim success counts calculated for this points calculation.

    lastCalculatedAt: T

    The timestamp of when the points were last calculated (milliseconds since epoch)

    pageId: string

    The page ID

    points: T

    The points for the address

    Methods