-
Notifications
You must be signed in to change notification settings - Fork 34
Create docs for the TS SDK's queryEvents and queryTransactionBlocks #6802
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
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
✅ Vercel Preview Deployment is ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great explanation and examples. LGTM.
✅ Vercel Preview Deployment is ready! |
MoveModule: { | ||
package: '0x0000000000000000000000000000000000000000000000000000000000000002', | ||
module: 'display', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testnet doesn't seem to have an event with display, would be good to actually have something in the output and not just an empty array
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did you check there? The transactions listed there interacted with the iota framework, but there is none that created a move event with the display module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use module: 'kiosk',
you get some actual events
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
query: { | ||
MoveModule: { | ||
package: '0x0000000000000000000000000000000000000000000000000000000000000002', | ||
module: 'display', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module: 'display', | |
module: 'kiosk', |
Description of change
This PR brings up usages example of queryEvent and query.
Links to any relevant issues
fixes #5169
Type of change
How the change has been tested
changes were built locally.
Change checklist