Interface: NftBulkOrder
Interface representing an NFT bulk order item
Properties
collection
• collection: string
Id of the collection
error
• error: number
Error in case purchase could not be done. Do not set, it will be set by system.
nft
• nft: string
Id of the NFT that was purchased. Do not set, it will be set by system.
price
• price: number
Price of the NFT. Do not set, it will be set by system.
requestedNft
• Optional
requestedNft: string
Id of the nft that was requested to be purchased. If not set, system will choose a random nft
targetAddress
• Optional
targetAddress: string
In case of minted NFT, it can be withdrawn automatically to this address.