Erc1155Burnable class
Signature:
export declare class Erc1155Burnable implements DetectableFeature
Implements: DetectableFeature
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(contractWrapper) | Constructs a new instance of the Erc1155Burnable class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
featureName | "ERC1155Burnable" |
Methods
Method | Modifiers | Description |
---|---|---|
batch(tokenIds, amounts) | Burn a batch of NFTs | |
batchFrom(account, tokenIds, amounts) | Burn a batch of NFTs | |
from(account, tokenId, amount) | Burn a specified amount of a NFTs | |
tokens(tokenId, amount) | Burn a specified amount of a NFTs |