Enumeration ListingState

The state of a listing.

Enumeration Members

Active: "ACTIVE"

The listing is active and available for sale.

Deprecated

Use SHOW_IN_STORE instead

HideFromStore: "HIDE_FROM_STORE"

The listing is inactive, so it's not open for sale.

Inactive: "INACTIVE"

The listing is inactive, so it's not open for sale.

Deprecated

Use HIDE_FROM_STORE instead

NotAvailaibleForPurchase: "NOT_AVAILAIBLE_FOR_PURCHASE"

All NFTs in this listing have been sold.

ShowInStore: "SHOW_IN_STORE"

The listing is active and available for sale.

Sold: "SOLD"

All NFTs in this listing have been sold.

Deprecated

Use NOT_AVAILAIBLE_FOR_PURCHASE instead

Generated using TypeDoc