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

    Class AddressListDoc<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)

    addresses: string[]

    The addresses of the address list. If this is a tracker list, the addresses are the tracker IDs.

    createdBlock: T

    The block number when this list was created

    createdBy: string

    The BitBadges address of the user who created this list

    customData: string

    Arbitrary custom data that can be stored. Leave blank for no custom data.

    lastUpdated: T

    The timestamp of when this list was last updated (milliseconds since epoch)

    listId: string

    The ID of the address list.

    managedBy: string

    The BitBadges address of the user who is currently managing this

    nsfw?: { reason: string }

    The NSFW reason if this list is NSFW

    reported?: { reason: string }

    The reported reason if this list is reported

    updateHistory: iUpdateHistory<T>[]

    The update history of this list

    uri: string

    The URI where to fetch the address list metadata from.

    whitelist: boolean

    Whether or not to include ONLY the addresses or include all EXCEPT the addresses.

    Methods