Tezos Dappetizer
  • Quick Start
  • How-to Guides
    • Using PostgreSQL
    • Exposing API with Hasura
  • Reference
    • Decorator-based Indexing
      • Indexing Entrypoint Call
      • Indexing Storage Change
      • Indexing Bigmap Update
      • Indexing Incoming Transaction
    • Interface-based Indexing
    • Configuration
    • Command Line
    • Usage Statistics
  • Technical Concepts
    • Indexing Cycle
    • Indexer Modules
  • Token Indexer
    • Introduction
    • Running Standalone in Docker
  • API Docs
  • dappetizer GitLab
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Decorator-based Indexing

PreviousExposing API with HasuraNextIndexing Entrypoint Call

Last updated 3 years ago

Was this helpful?

Using decorated indexing methods is recommended for most use cases. Decorators are easy to use and can be tailored for specific use cases, like indexing a specific entrypoint or changes to a specific bigmap.

Decorators are currently only available in TypeScript. If you want to write an indexer using pure JavaScript, you will have to use .

You can check our for an example showing how to use decorator-based indexing.

interface-based indexing
OBJKTs demo