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

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

    collectionApprovals: CollectionApproval<T>[]

    The collection approved transfers timeline

    collectionId: string

    The collection ID

    collectionMetadataTimeline: CollectionMetadataTimeline<T>[]

    The collection metadata timeline

    collectionPermissions: CollectionPermissions<T>

    The collection permissions

    cosmosCoinWrapperPaths: CosmosCoinWrapperPath<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: CustomDataTimeline<T>[]

    The custom data timeline

    defaultBalances: UserBalanceStore<T>

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

    invariants: CollectionInvariants<T>

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

    isArchivedTimeline: IsArchivedTimeline<T>[]

    The is archived timeline

    managerTimeline: ManagerTimeline<T>[]

    The manager timeline

    mintEscrowAddress: string

    Mint escrow address

    standardsTimeline: StandardsTimeline<T>[]

    The standards timeline

    tokenMetadataTimeline: TokenMetadataTimeline<T>[]

    The token metadata timeline

    updateHistory: UpdateHistory<T>[]

    The update history of this collection

    validTokenIds: UintRangeArray<T>

    Valid token IDs for the collection

    Methods