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.
Optional
Readonly
nameThe explicit name used e.g. to easily identify the indexer in errors.
Optional
indexIndexes a balance update.
Optional
indexIndexes a block.
Optional
indexIndexes a main (top-level, directly in operation group) operation.
Optional
indexIndexes an operation group.
Optional
indexIndexes an operation with a result. See what is included in OperationWithResult.
Generated using TypeDoc
Provides extension points for indexing block data parts. At least one of methods must be implemented.