Interface

CollectionTypes

CollectionTypes

Properties:
Name Type Description
id number

Id of the collection

createdAt string

Created time of collection

updatedAt string

Updated time of collection

name string

Name of the collection

collectionImageUrl string

Collection image URL

description string

Description of the collection

iconUrl string

Url of the icon's collection

contractAddress string

Smart contract address of the collection

ownerPublicKey string

Stark key owner of the collection

metadataApiUrl string

Metadata url of the collection

starkKey string

Stark key of the collection

publicId string

Unique public ID (UUID) to identify the collection

isHot string

The isHot flag is to recognized the hot status of collection

  • (hot mean it's currently shown on the Marketplace homepage)

View Source types/CollectionTypes.ts, line 5