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
multisig.asmulti() inside the utility.batch() call won't be parsed by subquery proxject, due to handlers realisation.
Would be better to have event handler on multisig.NewMultisig and then use call visitor in order to parse block and all extrinsics https://github.com/novasamatech/subquery-call-visitor
Example of that block: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwestend.dotters.network#/explorer/query/0x323a3c2ac7398acc6f05c766fae1d3843f81d8bc53d9f95096d7d554ef977294
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
multisig.asmulti() inside the utility.batch() call won't be parsed by subquery proxject, due to handlers realisation.
Would be better to have event handler on multisig.NewMultisig and then use call visitor in order to parse block and all extrinsics https://github.com/novasamatech/subquery-call-visitor
Example of that block:
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwestend.dotters.network#/explorer/query/0x323a3c2ac7398acc6f05c766fae1d3843f81d8bc53d9f95096d7d554ef977294
The text was updated successfully, but these errors were encountered: