Edition.mintAdditionalSupplyTo() method
Increase the supply of an existing NFT and mint it to a given wallet address
Signature:
mintAdditionalSupplyTo(to: string, tokenId: BigNumberish, additionalSupply: BigNumberish): Promise<TransactionResultWithId<EditionMetadata>>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| to | string | the address to mint to |
| tokenId | BigNumberish | the token id of the NFT to increase supply of |
| additionalSupply | BigNumberish | the additional amount to mint |
Returns:
Promise<TransactionResultWithId<EditionMetadata>>