Skip to main content

Interface: UpdateMintedCollectionRequest

Request object to update a minted collection.

Properties

access

Optional access: 0 | 1 | 2 | 3 | 4

Access type of the collection.


accessAwards

Optional accessAwards: any[]

Build5 id of awards. If set, only members having the specified awards can access this collection.


accessCollections

Optional accessCollections: any[]

Build5 id of collections. If set, only members owning NFTs from the specified collection can access this collection.


availableFrom

Optional availableFrom: Date

The collections available from data. It can be maximum 10 minutes in the past.


discounts

Optional discounts: { amount: number ; tokenReward: number ; tokenSymbol: string }[]

Array of discounts. Minimum 0, maximum 5.


onePerMemberOnly

Optional onePerMemberOnly: boolean

If true, only on NFT can be owned per member from this collection.


price

Optional price: number

Price of the collection. Minimum 1000000, maximum 1000000000000.


uid

uid: string

Build5 id of the collection.