Interface

BulkMintERC721Params

BulkMintERC721Params

Properties:
Name Type Attributes Description
starkKey string

The stark key of the owner who mint the assets

contractAddress string

The unique smart contract address of the collection

assets Array.<MintAssetErc721Info>

List of minted asset request data

isSupportGetBulkMetadata boolean

The flag to enable for getting bulk metadata (Should always be true)

fees Array.<FeeData> <nullable>

The fee data (percentage, receipt address and feeType)

  • For example, if the percentage is 5:
  • For every purchased transaction, if seller (non-creator) would receive 95% of listing price, (creator) would receive 5%
  • In case of the seller is the creator, seller/creator would receive the full 100% of listing price

View Source types/MintTypes.ts, line 87