Type alias: EventProcessorWithInitialState<ABI, ProcessResultType, ProcessorConfig>
EventProcessorWithInitialState: <
ABI
,ProcessResultType
,ProcessorConfig
>EventProcessor
<ABI
,ProcessResultType
> & {configure
: ;createInitialState
: ;}
EventProcessorWithInitialState.configure
configure
EventProcessorWithInitialState.createInitialState
createInitialState
Type parameters
Parameter |
---|
ABI extends Abi |
ProcessResultType |
ProcessorConfig |
Defined In
packages/ethereum-indexer/dist/index.d.ts:146
Generated using TypeDoc and typedoc-plugin-markdown