Skip to content

[ENHANCEMENT PROPOSAL] Problem with non BigInteger token id in CEP78 & CEP47 (custom contracts) #9

@mystraio

Description

@mystraio
  1. 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.

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions