Documentation / @etherfold/browser / ProvidedIndexerConfig
Type Alias: ProvidedIndexerConfig<ABI>
ProvidedIndexerConfig<
ABI> =object
Defined in: core/dist/types.d.ts:154
Type Parameters
ABI
ABI extends Abi
Properties
feedBatchSize?
optionalfeedBatchSize?:number
Defined in: core/dist/types.d.ts:158
fetch?
optionalfetch?:FetchConfig
Defined in: core/dist/types.d.ts:155
keepStream?
optionalkeepStream?:ExistingStream<ABI>
Defined in: core/dist/types.d.ts:159
logLevel?
optionallogLevel?:number
Defined in: core/dist/types.d.ts:172
providerSupportsETHBatch?
optionalproviderSupportsETHBatch?:boolean
Defined in: core/dist/types.d.ts:157
skipGenesisCheck?
optionalskipGenesisCheck?:boolean
Defined in: core/dist/types.d.ts:160
stream?
optionalstream?:ProvidedStreamConfig
Defined in: core/dist/types.d.ts:156
strictProcessorDrift?
optionalstrictProcessorDrift?:boolean
Defined in: core/dist/types.d.ts:171
Turn a processor-drift report into a refusal to start (load() rejects).
Off by default, because the fingerprint has real false positives: a re-minification changes handler source without changing behaviour. Fail loud by default, fail stop by choice. It sits here, next to skipGenesisCheck, because it is the same kind of thing: a load-time safety gate belonging to the deployment, not to the processor an author ships.