getCollectionData
Provides the data related to one NFT collection. ex:{owner, creator, offchainData, limit, isClosed(...)}
The collection id.
A JSON object with data of a single NFT collection.
getNextCollectionId
Get the next collection Id available.
Number.
getNextNftId
Get the next NFT Id available.
getNftData
Provides the data related to one NFT.
The NFT id.
A JSON object with the NFT data. ex:{owner, creator, offchainData, (...)}
nftMintFee
Fee to mint an NFT (extra fee on top of the tx fees).
NFT mint fee.
Generated using TypeDoc
getCollectionData
Provides the data related to one NFT collection. ex:{owner, creator, offchainData, limit, isClosed(...)}