Skip to main content

PartialProofData

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.15.0


@midnight-ntwrk/compact-runtime / PartialProofData

Interface: PartialProofData

Encapsulates the data required to produce a zero-knowledge proof except the circuit output

Extended by

Properties

input

input: AlignedValue;

The inputs to a circuit


privateTranscriptOutputs

privateTranscriptOutputs: AlignedValue[];

The transcript of the witness call outputs


publicTranscript

publicTranscript: Op<AlignedValue>[];

The public transcript of operations