Skip to main content

Erc1155Mintable.additionalSupplyTo() method

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

Signature:

additionalSupplyTo(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>>