Indexer

Query and subscribe to Midnight blockchain data via the Indexer GraphQL API v4. Covers contract state reads, transaction lookups, block queries, real-time subscriptions (contractActions, blocks, unshielded/shielded transactions), state deserialization, the offset/null bug workaround, and TypeScript helper patterns. Use when a user needs to read on-chain state after a transaction, watch contract events in real time, look up blocks or transactions, query unshielded balances, or monitor DUST generation status.

kali-decoder 233b836 23.6 KB Updated

File contents

kali-decoder/midnight-skills/tree/main/.agents/skills/indexer commit 233b836f50

Frequently asked questions

npx skillmds@latest add kali-decoder/indexer