We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
query_denom_by_name
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'
The text was updated successfully, but these errors were encountered:
i will add nft apis
Sorry, something went wrong.
9caa95e
Merge pull request #6 from leejw51crypto/main
9675017
Problem: missing support query_denom_by_name of NFT (fix #5)
leejw51crypto
No branches or pull requests
add NFT api for query_denom_by_name(NFT)
The text was updated successfully, but these errors were encountered: