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

    Interface iCollectionDoc<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)

    collectionApprovals: iCollectionApproval<T>[]

    The collection approved transfers timeline

    collectionId: string

    The collection ID

    collectionMetadataTimeline: iCollectionMetadataTimeline<T>[]

    The collection metadata timeline

    collectionPermissions: iCollectionPermissions<T>

    The collection permissions

    cosmosCoinWrapperPaths: iCosmosCoinWrapperPath<T>[]

    The IBC wrapper paths for the collection

    createdBlock: T

    The block number when this collection was created

    createdBy: string

    The BitBadges address of the user who created this collection

    createdTimestamp: T

    The timestamp when this collection was created (milliseconds since epoch)

    customDataTimeline: iCustomDataTimeline<T>[]

    The custom data timeline

    defaultBalances: iUserBalanceStore<T>

    The default balances for users who have not interacted with the collection yet. Only used if collection has "Standard" balance type.

    Collection-level invariants that cannot be broken. These are set upon genesis and cannot be modified.

    isArchivedTimeline: iIsArchivedTimeline<T>[]

    The is archived timeline

    managerTimeline: iManagerTimeline<T>[]

    The manager timeline

    mintEscrowAddress: string

    Mint escrow address

    standardsTimeline: iStandardsTimeline<T>[]

    The standards timeline

    tokenMetadataTimeline: iTokenMetadataTimeline<T>[]

    The token metadata timeline

    updateHistory: iUpdateHistory<T>[]

    The update history of this collection

    validTokenIds: iUintRange<T>[]

    Valid token IDs for the collection