Type alias: EventFunctions<ABI, ProcessResultType, ProcessorConfig>
EventFunctions: <
ABI,ProcessResultType,ProcessorConfig> { [Property in ExtractAbiEventNames<ABI> as `on${Property}`]?: ProcessorConfig extends undefined ? Function : Function }
Type parameters
| Parameter | Default |
|---|---|
ABI extends Abi | - |
ProcessResultType extends JSObject | - |
ProcessorConfig | undefined |
Defined In
packages/ethereum-indexer-js-processor/src/processor/types.ts:24
Generated using TypeDoc and typedoc-plugin-markdown