Skip to main content

ProofData

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / ProofData

Interface: ProofData

Encapsulates the data required to produce a zero-knowledge proof

Properties​

input​

input: AlignedValue;

The inputs to a circuit


output​

output: AlignedValue;

The outputs from a circuit


privateTranscriptOutputs​

privateTranscriptOutputs: AlignedValue[];

The transcript of the witness call outputs


publicTranscript​

publicTranscript: Op<AlignedValue>[];

The public transcript of operations