See IndexBigMapOptions.
Options for matching the big map to index its diffs.
See IndexBigMapOptions.
The decorator for a contract indexer class to select a contract for indexing based on specified filter options.
Creates ContractIndexer 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).
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 IndexingCycleHandler.createContextData for more details.
The type of your custom data associated with the contract that flows in indexingContext
through this indexer.
See ContractIndexer.shouldIndex method for more details.
The decorator for a method of a contract indexer to index Diffs of the specified big map.
The decorator for a method of a contract indexer to index updates of the specified big map.
The decorator for a method of a contract indexer to index its transactions with the specified entrypoint.
The decorator for a method of a contract indexer to index its origination operation.
The decorator for a method of a contract indexer to index changes of its storage.
The decorator for a method of a contract indexer to index all its transactions regardless of entrypoint.
The decorator for a method of a contract indexer to dynamically select a contract for indexing.
Generated using TypeDoc
Options for matching the contract to index. Used by contractFilter decorator.
name
Matches contract by its ContractConfig.name which comes from IndexingDappetizerConfig.contracts.anyOfAddresses
Matches contract if has one of these addresses. It must be a non-empty array.