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

    Interface iTokenFloorPriceDoc<T>

    interface iTokenFloorPriceDoc<T extends NumberType> {
        _docId: string;
        _id?: string;
        collectionId: string;
        floorPriceHistory?: iFloorPriceHistory<T>[];
        floorPrices?: iCosmosCoin<T>[];
        tokenId: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    • Doc
      • iTokenFloorPriceDoc

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    collectionId: string

    The collection ID

    floorPriceHistory?: iFloorPriceHistory<T>[]

    Floor price history

    floorPrices?: iCosmosCoin<T>[]

    The floor price

    tokenId: T

    The token ID