Interface

MintERC721Params

MintERC721Params

Properties:
Name Type Description
requestId string

Unique request ID for mint transaction

partnerRefId string

Unique project ID for partner in Myria system

requestDescription string

Description of the minting action

starkKey string

Unique public stark key of the user who owns Project/Collection/Nfts

contractAddress string

Unique smart contract address of the collection

uri string

The base metadata uri endpoint where assets metadata file is located

tokenId string

Unique token ID of the NFT in one collection

description string

Description details about the assets NFTs (which is shown on Myria marketplace)

fees Array.<FeeData>

The optional royalty 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 28