Interface

MintAssetErc721InfoAsync

MintAssetErc721InfoAsync

Properties:
Name Type Attributes Description
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)

mintForStarkKey string <nullable>

The starkKey of user need mint for asset

trackingId string

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 75