Type alias: ExistingStateFecther<ABI, ProcessResultType, Extra, ProcessorConfig>
ExistingStateFecther: <
ABI
,ProcessResultType
,Extra
,ProcessorConfig
> (context
) =>Promise
<AllData
<ABI
,ProcessResultType
,Extra
> >
Type parameters
Parameter |
---|
ABI extends Abi |
ProcessResultType |
Extra |
ProcessorConfig |
Parameters
Parameter | Type |
---|---|
context | ProcessorContext < ABI , ProcessorConfig > |
Returns
Promise
< AllData
< ABI
, ProcessResultType
, Extra
> >
Defined In
packages/ethereum-indexer/src/types.ts:163
Generated using TypeDoc and typedoc-plugin-markdown