bitbadgesjs-sdk - v0.27.2
    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)

    aliasPaths: AliasPath<T>[]

    The alias (non-wrapping) paths for the collection

    collectionApprovals: CollectionApproval<T>[]

    The collection approved transfers timeline

    collectionId: string

    The collection ID

    collectionMetadata: CollectionMetadata

    The collection metadata

    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)

    customData: string

    The custom data

    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.

    isArchived: boolean

    The is archived flag

    manager: string

    The manager

    mintEscrowAddress: string

    Mint escrow address

    standards: string[]

    The standards

    tokenMetadata: TokenMetadata<T>[]

    The token metadata

    updateHistory: UpdateHistory<T>[]

    The update history of this collection

    validTokenIds: UintRangeArray<T>

    Valid token IDs for the collection

    Methods