You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK functions for CEP47 and CEP78 ONLY support tokens whose token id is of type BigInteger. There are custom contracts on testnet and mainnet whose ID is, for example, of the String type. The SDK should support all contract types - NFTs in contracts.
I understand the reason why only BigInteger is supported (this is how CEP47 and CEP78 are constructed by default), but if the possibility of creating custom solutions is allowed, the SDK must support them.
Additionally, in the SDK we have a function that returns the sum of all minted NFTs in a specific contract, but there is no function that will return a list or array of all IDs of minted tokens in the contract.
The text was updated successfully, but these errors were encountered:
SDK functions for CEP47 and CEP78 ONLY support tokens whose token id is of type BigInteger. There are custom contracts on testnet and mainnet whose ID is, for example, of the String type. The SDK should support all contract types - NFTs in contracts.
I understand the reason why only BigInteger is supported (this is how CEP47 and CEP78 are constructed by default), but if the possibility of creating custom solutions is allowed, the SDK must support them.
Additionally, in the SDK we have a function that returns the sum of all minted NFTs in a specific contract, but there is no function that will return a list or array of all IDs of minted tokens in the contract.
The text was updated successfully, but these errors were encountered: