Interface

CreateCollectionResponse

CreateCollectionResponse

Properties:
Name Type Description
id id

unique ID of the collection

createdAt string

created time of the collection

updatedAt string

updated time of the collection

name string

Name of the collection

collectionImageUrl string

Banner image of the collection (shown on Myria marketplace)

description string

Description about the collections

iconUrl string

Avatar of the collection

contractAddress string

The unique smart contract for specific collection

ownerPublicKey string

Public stark key for owner

metadataApiUrl string

URL pointing to metadata files for assets in collection (example: https://gateway.pinata.cloud/ipfs/Qma8R9U69cASBfvUiLKrxfssVgrtGHfydTHvCYFW4Aiw5a)

starkKey string

Registered stark key of owner of collection

publicId string

unique public ID (UUID) to identify the collection

View Source types/CollectionTypes.ts, line 82