Skip to content

AggregatorConfig

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / AggregatorConfig

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1241

Configuration for the aggregator

maxProofs: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1243

Maximum number of proofs to aggregate


maxRecursionDepth: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1245

Maximum recursion depth for recursive aggregation


timeoutMs: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1247

Timeout for aggregation operations (ms)


enableParallel: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1249

Enable parallel processing


maxParallelOps: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1251

Maximum parallel operations


retry: object

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1253

Retry configuration

enabled: boolean

maxAttempts: number

delayMs: number

exponentialBackoff: boolean


verbose: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1260

Enable verbose logging