Interface SmartRollupPublishIndexingContext<TData, TRollupData>Experimental

Provides all additional data related to the selected smart rollup and the indexed entity.

Type Parameters

  • TData = unknown

    The type of your custom data that flows in indexingContext through all indexers for a block. See createContextData for more details.

  • TRollupData = unknown

    The type of your custom data associated with the smart rollup that flows in indexingContext through this indexer. See shouldIndex for more details.

Hierarchy

Properties

block: Block
data: TData
operationGroup: OperationGroup
rollup: SmartRollup
rollupData: TRollupData

Gets data associated with a rollup - returned by shouldIndex(). It is carried over all the time when indexing blocks.

Generated using TypeDoc