Skip to content

ProofMetadata

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ProofMetadata

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

Metadata about a proof’s origin and properties

system: ProofSystem

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

The proof system that generated this proof


systemVersion: string

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

Version of the proof system


circuitId: string

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

Circuit identifier or name


circuitVersion: string

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

Circuit version/hash for verification


generatedAt: number

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

Timestamp when proof was generated


optional expiresAt: number

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

Optional expiry timestamp


proofSizeBytes: number

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

Size of the proof in bytes


optional verificationCost: bigint

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

Estimated verification cost (gas units or similar)


optional targetChainId: string

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

Chain ID where proof is intended to be verified