Skip to content
On this page

Type alias: EventFunctions<ABI, ProcessResultType, ProcessorConfig>

EventFunctions: <ABI, ProcessResultType, ProcessorConfig> { [Property in ExtractAbiEventNames<ABI> as `on${Property}`]?: ProcessorConfig extends undefined ? Function : Function }

Type parameters

ParameterDefault
ABI extends Abi-
ProcessResultType extends JSObject-
ProcessorConfigundefined

Defined In

packages/ethereum-indexer-js-processor/src/processor/types.ts:24


Generated using TypeDoc and typedoc-plugin-markdown