Skip to content

Fallback status derivation for pre-indexed / mint-preview collections where the indexer hasn't attached standardsInfo.Auction.status yet. The indexer is the…

deriveAuctionStatusFallback(details, collection): AuctionStatus

Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:141

Fallback status derivation for pre-indexed / mint-preview collections where the indexer hasn't attached standardsInfo.Auction.status yet. The indexer is the source of truth for live collections — prefer that when available.

Parameters

details

AuctionDetails

collection

Readonly<iCollectionDoc<bigint>>

Returns

AuctionStatus

Edit this page on GitHub