Skip to main content

Erc1155.mintAdditionalSupplyTo() method

Increase the supply of an existing NFT and mint it to a given wallet address

Signature:

mintAdditionalSupplyTo(receiver: string, tokenId: BigNumberish, additionalSupply: BigNumberish): Promise<TransactionResultWithId<NFT>>;

Parameters

ParameterTypeDescription
receiverstring
tokenIdBigNumberishthe token id of the NFT to increase supply of
additionalSupplyBigNumberishthe additional amount to mint

Returns:

Promise<TransactionResultWithId<NFT>>