Skip to main content

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

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

Returns:

Promise<TransactionResultWithId<EditionMetadata>>