Skip to main content

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

ConstructorModifiersDescription
(constructor)(erc1155, contractWrapper, storage)Constructs a new instance of the Erc1155BatchMintable class

Properties

PropertyModifiersTypeDescription
featureName"ERC1155BatchMintable"

Methods

MethodModifiersDescription
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.