Interface IMintNftData

interface IMintNftData {
    receivingAddress: string;
    quantity?: number;
    idsToMint?: number[];
}

Properties

receivingAddress: string

Address to receive the minted NFT

quantity?: number

How many NFTs to mint to the receiver

idsToMint?: number[]

If collection is set as isAutoIncrement=false, use this parameter to define the custom minted NFT token IDS