Skip to content

ComposedProof

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ComposedProof

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

A composed proof combining multiple proofs

id: string

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

Unique identifier for the composed proof


proofs: SingleProof[]

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

The individual proofs that were composed


strategy: ProofAggregationStrategy

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

The aggregation strategy used


status: ComposedProofStatus

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

Current status of the composed proof


optional aggregatedProof: `0x${string}`

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

Aggregated proof data (if strategy produces one)


combinedPublicInputs: `0x${string}`[]

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

Combined public inputs


compositionMetadata: CompositionMetadata

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

Composition metadata


verificationHints: VerificationHints

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

Verification hints for efficient verification