SequentialAggregationOptions
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SequentialAggregationOptions
Interface: SequentialAggregationOptions
Section titled “Interface: SequentialAggregationOptions”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1284
Options for sequential aggregation
Properties
Section titled “Properties”proofs
Section titled “proofs”proofs:
SingleProof[]
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1286
Proofs to aggregate in order
getProvider()
Section titled “getProvider()”getProvider: (
system) =>ComposableProofProvider|undefined
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1288
Provider lookup function
Parameters
Section titled “Parameters”system
Section titled “system”Returns
Section titled “Returns”ComposableProofProvider | undefined
onProgress?
Section titled “onProgress?”
optionalonProgress:AggregationProgressCallback
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1290
Progress callback
abortSignal?
Section titled “abortSignal?”
optionalabortSignal:AbortSignal
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1292
Abort signal
verifyBefore
Section titled “verifyBefore”verifyBefore:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1294
Whether to verify before aggregating
linkProofs()?
Section titled “linkProofs()?”
optionallinkProofs: (previous,current) =>`0x${string}`|undefined
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1296
Custom linking function for sequential proofs
Parameters
Section titled “Parameters”previous
Section titled “previous”current
Section titled “current”Returns
Section titled “Returns”`0x${string}` | undefined