Interface SmartRollupAddMessagesIndexingContext<TData>Experimental

Provides all additional data related to the indexed entity. Unfortunately, there is no way how to pair it with a rollup and rollup data.

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.

Hierarchy

Properties

block: Block
data: TData
operationGroup: OperationGroup

Generated using TypeDoc