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

    Class ActivityDoc<T>

    The base document interface for all acitivity types.

    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)

    _notificationsHandled?: boolean

    Whether or not the notifications have been handled by the indexer or not.

    block: T

    The block number of the activity.

    timestamp: T

    The timestamp of the activity.

    Methods