Skip to content

AggregationResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / AggregationResult

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

Result of proof aggregation

success: boolean

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

Whether aggregation was successful


optional aggregatedProof: `0x${string}`

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

The aggregated proof (if successful)


optional error: string

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

Error message (if failed)


metrics: object

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

Aggregation metrics

inputProofCount: number

outputProofSize: number

timeMs: number

recursionDepth: number