Feedbacks & QnA
Querying contract
Hello. How can I query the current state of the specified APTOS contract using Nodit Indexer and Hedera Cloud?
Posted by JsMaxi 10 months ago
Can't get Events emitted by Smart contract using Nodit Indexer
Hello, I have a smart contract that emits an event when upload_content
is called. I see the events emitted when I check Testnet explorer, however, if I try to get it with Nodes index, it doesn't show.
Posted by Prisca Chidimma 10 months ago
Events in aptos
Hi guys,
In aptos document, mentions Event-Handle events are deprecated and introduces working by Module Events.
I'm looking for a Node API for getting Module Events.
I found just these:
https://developer.nodit.io/reference/aptos_geteventsbyeventhandle
Is there any?
Posted by Farzam 11 months ago
Aptos Indexer API Graphql Query Error
I'm trying to run following query:
query MyQuery {
current_token_ownerships_v2 {
current_token_data {
cdn_asset_uris {
cdn_image_uri
}
}
}
}
Posted by Taras Pankiv 12 months ago