ProofAggregationStrategy
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ProofAggregationStrategy
Enumeration: ProofAggregationStrategy
Section titled “Enumeration: ProofAggregationStrategy”Defined in: @sip-protocol/types/dist/index.d.ts:2491
Proof aggregation strategies
Enumeration Members
Section titled “Enumeration Members”SEQUENTIAL
Section titled “SEQUENTIAL”SEQUENTIAL:
"sequential"
Defined in: @sip-protocol/types/dist/index.d.ts:2493
Proofs are verified sequentially, one after another
PARALLEL
Section titled “PARALLEL”PARALLEL:
"parallel"
Defined in: @sip-protocol/types/dist/index.d.ts:2495
Proofs are verified in parallel (when possible)
RECURSIVE
Section titled “RECURSIVE”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