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
| Parameter | Type | Description |
|---|---|---|
| receiver | string | |
| tokenId | BigNumberish | the token id of the NFT to increase supply of |
| additionalSupply | BigNumberish | the additional amount to mint |
Returns:
Promise<TransactionResultWithId<NFT>>