Skip to content

DetailedAggregationResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / DetailedAggregationResult

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

Detailed aggregation result with step information

stepResults: AggregationStepResult[]

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

Results from each aggregation step


optional composedProof: ComposedProof

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

Final composed proof


retries: object

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

Retry information

attempted: number

succeeded: number

failed: number


success: boolean

Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:117

Whether aggregation was successful

AggregationResult.success


optional aggregatedProof: `0x${string}`

Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:119

The aggregated proof (if successful)

AggregationResult.aggregatedProof


optional error: string

Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:121

Error message (if failed)

AggregationResult.error


metrics: object

Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:123

Aggregation metrics

inputProofCount: number

outputProofSize: number

timeMs: number

recursionDepth: number

AggregationResult.metrics