Mint Additional Supply of ERC1155
Usage in your script
const response = altura.mintAdditionalSupply(
COLLECTION_ADDRESS,
TOKEN_ID,
AMOUNT,
TO_ADDRESS
);
const txHash = response.txHash;const response: { txHash: string } = altura.mintAdditionalSupply(
COLLECTION_ADDRESS,
TOKEN_ID,
AMOUNT,
TO_ADDRESS
);
const txHash = response.txHash;Parameters
Parameter
Type
Required
Description
Last updated