Replies: 2 comments
-
A couple of things:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Added an API to get module event in ts-sdk aptos-labs/aptos-ts-sdk#304 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I looked at ts sdk code and it's calling indexer endpoint to get events, so I went to indexer's hasura, and tried this query
Result looks like this, this is a pyth update price oracle event. But i can't tell if this is a module event or not from the response. Then I looked into pyth contract, and I think pyth still use event-handle event.
So how can we query module event from indexer (then I can update ts sdk if needed)?
Beta Was this translation helpful? Give feedback.
All reactions