Erc1155LazyMintable class
Signature:
export declare class Erc1155LazyMintable implements DetectableFeature
Implements: DetectableFeature
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(erc1155, contractWrapper, storage) | Constructs a new instance of the Erc1155LazyMintable class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
claim | ERC1155Claimable | undefined | ||
claimWithConditions | Erc1155ClaimableWithConditions | undefined | Claim tokens and configure claim conditions | |
featureName | "ERC1155LazyMintableV2" | ||
revealer | DelayedReveal<BaseDelayedRevealERC1155> | undefined | Delayed reveal |
Methods
Method | Modifiers | Description |
---|---|---|
lazyMint(metadatas, options) | Create a batch of NFTs to be claimed in the future |