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
Describe the Feature Request
Event Filter 通过类型过滤的时候,如果是带泛型的类型,无法实现根据不带泛型类型的参数过滤
比如:
0x1::NFT::MintEvent<NFTMeta>
过滤的时候必须是:
0x1::NFT::MintEvent<0xxxxx:MyNFT:MyNFTMeta>
而不能直接通过
0x1::NFT::MintEvent
得到所有的 MintEvent
Related Code
starcoin/types/src/filter.rs
Lines 55 to 64 in 737635c
和 #3612 这个问题类似
The text was updated successfully, but these errors were encountered:
state.list_resource
这个如何复现?
Sorry, something went wrong.
dev subscribe event --type_tag
这个issue 可以关闭了,老师已经在 #3638 解决了。
Successfully merging a pull request may close this issue.
Feature Request
Describe the Feature Request
Event Filter 通过类型过滤的时候,如果是带泛型的类型,无法实现根据不带泛型类型的参数过滤
比如:
过滤的时候必须是:
而不能直接通过
得到所有的 MintEvent
Related Code
starcoin/types/src/filter.rs
Lines 55 to 64 in 737635c
和 #3612 这个问题类似
The text was updated successfully, but these errors were encountered: