DynIndexerUpdateFn: (force?: boolean) => void

Updates associated dynamic reducer indexer.

Type declaration

    • (force?: boolean): void
    • Parameters

      • Optionalforce: boolean

        Force an update the index regardless of hash calculations.

      Returns void