Interface

MintAssetErc721Info

MintAssetErc721Info

Properties:
Name Type Attributes Description
uri string

The metadata uri for the token NFT

tokenId string

The unique token ID of the Asset NFT

description string

The description of the Asset NFT (ERC721 / MINTABLE_ERC721)

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
mintForStarkKey string <nullable>

The recipients of stark key to mint directly to end-users/stark-key

trackingId trackingId <nullable>

The tracking ID that developer can be putting on for keep track informations for specific information or transactions of NFTs

View Source types/MintTypes.ts, line 62