The ID of the NFT.
The ID of the Collection.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
NFTAddedToCollectionEvent Blockchain event.
The ID of the NFT.
The ID of the Collection.
Unsigned unsubmitted Add-NFT-To-Collection Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the Collection.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
CollectionBurnedEvent Blockchain event.
The ID of the Collection.
Unsigned unsubmitted Burn-Collection Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the NFT.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
NFTBurnedEvent Blockchain event.
The ID of the NFT.
Unsigned unsubmitted Burn-NFT Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the Collection.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
CollectionClosedEvent Blockchain event.
The ID of the Collection.
Unsigned unsubmitted Close-Collection Transaction Hash. The Hash is only valid for 5 minutes.
Off-chain related Collection metadata. Can be an IPFS Hash, an URL or plain text.
Amount of NFTs that can be associated with this collection. This is optional
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
CollectionCreatedEvent Blockchain event.
Off-chain related Collection metadata. Can be an IPFS Hash, an URL or plain text.
The maximum amount that NFTs that the collection can hold. This is optional
Unsigned unsubmitted Create-Collection Transaction Hash. The Hash is only valid for 5 minutes.
Off-chain related NFT metadata. Can be an IPFS Hash, an URL or plain text.
Percentage of all second sales that the creator will receive. It's a decimal number in range [0, 100]. Default is 0.
The collection that this NFT will belong. Optional Parameter.
If true makes the NFT untransferable. Default is false.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
NFTCreatedEvent Blockchain event.
Off-chain related NFT metadata. Can be an IPFS Hash, an URL or plain text.
Percentage of all second sales that the creator will receive. It's a decimal number in range [0, 100]. Default is 0.
The collection that this NFT will belong. Optional Parameter.
If true makes the NFT untransferable. Default is false.
Unsigned unsubmitted Create-NFT Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the NFT.
Destination account. If set to undefined this functions acts as a way to undelegate a delegated NFT.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
NFTDelegatedEvent Blockchain event.
The ID of the NFT.
Destination account. If set to undefined this functions acts as a way to undelegate a delegated NFT.
Unsigned unsubmitted Delegate-NFT Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the Collection.
Amount of NFTs that can be associated with this collection.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
CollectionLimitedEvent Blockchain event.
The ID of the Collection.
Amount of NFTs that can be associated with this collection.
Unsigned unsubmitted Limit-Collection Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the NFT.
The new royalty value.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
NFTRoyaltySetEvent Blockchain event.
The ID of the NFT.
The new royalty value.
Unsigned unsubmitted Set-Royalty-NFT Transaction Hash. The Hash is only valid for 5 minutes.
The ID of the NFT.
Destination account.
Account that will sign the transaction.
Execution trigger that can be set either to BlockInclusion or BlockFinalization.
NFTTransferredEvent Blockchain event.
The ID of the NFT.
Destination account.
Unsigned unsubmitted Transfer-NFT Transaction Hash. The Hash is only valid for 5 minutes
Generated using TypeDoc
addNftToCollection
Adds an NFT to an existing collection.