@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / 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