Product

Calling getProduct returns a product object with a consistent structure across all Manifold app types.

Field
Type
Required
Description

id

string

Instance ID

type

Type of the product

data

Product offchain data

previewData

Return preview data of the product

Product instances are created based on their specific type (Edition, Burn/Redeem, or Blind Mint). Each specialization adds additional methods and type guards while preserving the shared core API.

Last updated