Erc1155BatchMintable class
Mint Many ERC1155 NFTs at once
Example
const contract = await sdk.getContract("{{contract_address}}");
await contract.edition.mint.batch.to(walletAddress, [nftMetadataWithSupply1, nftMetadataWithSupply2, ...]);
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(erc1155, contractWrapper, storage) | Constructs a new instance of the Erc1155BatchMintable class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
featureName | "ERC1155BatchMintable" |
Methods
Method | Modifiers | Description |
---|---|---|
to(to, metadataWithSupply) | Mint Many NFTs with limited supplies |
Signature:
export declare class Erc1155BatchMintable implements DetectableFeature
Implements: DetectableFeature
Remarks
NFT batch minting functionality that handles IPFS storage for you.