Skip to main content

Edition.mintAdditionalSupply() method

Increase the supply of an existing NFT and mint it to the connected wallet

Signature:

mintAdditionalSupply(tokenId: BigNumberish, additionalSupply: BigNumberish): Promise<TransactionResultWithId<EditionMetadata>>;

Parameters

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

Returns:

Promise<TransactionResultWithId<EditionMetadata>>