Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: missing support query_denom_by_name of NFT #5

Closed
leejw51crypto opened this issue Jun 11, 2021 · 1 comment
Closed

Problem: missing support query_denom_by_name of NFT #5

leejw51crypto opened this issue Jun 11, 2021 · 1 comment
Assignees

Comments

@leejw51crypto
Copy link
Collaborator

leejw51crypto commented Jun 11, 2021

add NFT api for query_denom_by_name(NFT)


296
cluster = <pystarport.cluster.ClusterCLI object at 0x7f6694b48c70>
297

298
    def test_query_denom_by_name(cluster):
299
        denomname = "testdenomname"
300
        singer1_addr = cluster.address("signer1")
301
>       response = cluster.query_denom_by_name(denomname)
302
E       AttributeError: 'ClusterCLI' object has no attribute 'query_denom_by_name'
@leejw51crypto leejw51crypto self-assigned this Jun 12, 2021
@leejw51crypto
Copy link
Collaborator Author

i will add nft apis

@leejw51crypto leejw51crypto changed the title Problem: missing support of NFT Problem: missing support query_denom_by_name of NFT Jun 12, 2021
yihuang added a commit that referenced this issue Jun 15, 2021
Problem: missing support query_denom_by_name of NFT (fix #5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant