AggregationResult
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / AggregationResult
Interface: AggregationResult
Section titled “Interface: AggregationResult”Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:115
Result of proof aggregation
Extended by
Section titled “Extended by”Properties
Section titled “Properties”success
Section titled “success”success:
boolean
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:117
Whether aggregation was successful
aggregatedProof?
Section titled “aggregatedProof?”
optionalaggregatedProof:`0x${string}`
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:119
The aggregated proof (if successful)
error?
Section titled “error?”
optionalerror:string
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:121
Error message (if failed)
metrics
Section titled “metrics”metrics:
object
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:123
Aggregation metrics
inputProofCount
Section titled “inputProofCount”inputProofCount:
number
outputProofSize
Section titled “outputProofSize”outputProofSize:
number
timeMs
Section titled “timeMs”timeMs:
number
recursionDepth
Section titled “recursionDepth”recursionDepth:
number