Experimental
The type of database context. Usually DbContext, if used with standard @tezos-dappetizer/database.
The type of your custom data that flows in indexingContext
through all indexers for a block.
See createContextData for more details.
The type of your custom data associated with the smart rollup that flows in indexingContext
through this indexer.
See shouldIndex method for more details.
Generated using TypeDoc
Creates SmartRollupIndexer from an arbitrary object with at least one of following decorators.
Additionally, the passed object can have a
name
property returning a string that identifies the indexer (for example in error messages).