Skip to content

ProofAggregationStrategy

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ProofAggregationStrategy

Defined in: @sip-protocol/types/dist/index.d.ts:2491

Proof aggregation strategies

SEQUENTIAL: "sequential"

Defined in: @sip-protocol/types/dist/index.d.ts:2493

Proofs are verified sequentially, one after another


PARALLEL: "parallel"

Defined in: @sip-protocol/types/dist/index.d.ts:2495

Proofs are verified in parallel (when possible)


RECURSIVE: "recursive"

Defined in: @sip-protocol/types/dist/index.d.ts:2497

Proofs are recursively aggregated into a single proof


BATCH: "batch"

Defined in: @sip-protocol/types/dist/index.d.ts:2499

Proofs are batched and verified together