SingleProof
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SingleProof
Interface: SingleProof
Section titled “Interface: SingleProof”Defined in: @sip-protocol/types/dist/index.d.ts:2542
A single proof from one proof system
Properties
Section titled “Properties”id:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2544
Unique identifier for this proof
proof:
`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:2546
The raw proof data
publicInputs
Section titled “publicInputs”publicInputs:
`0x${string}`[]
Defined in: @sip-protocol/types/dist/index.d.ts:2548
Public inputs for verification
verificationKey?
Section titled “verificationKey?”
optionalverificationKey:`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:2550
Verification key (if needed)
metadata
Section titled “metadata”metadata:
ProofMetadata
Defined in: @sip-protocol/types/dist/index.d.ts:2552
Metadata about the proof