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

    Interface iAirdropDoc<T>

    interface iAirdropDoc<T extends NumberType> {
        _docId: string;
        _id?: string;
        airdropped: boolean;
        hash?: string;
        ip?: string;
        timestamp: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    airdropped: boolean

    True if the airdrop has been completed

    hash?: string

    The hash of the airdrop transaction

    ip?: string
    timestamp: T

    The timestamp of when the airdrop was completed (milliseconds since epoch)