ProofData
@midnight-ntwrk/compact-runtime v0.14.0
@midnight-ntwrk/compact-runtime / ProofData
Interface: ProofData
Encapsulates the data required to produce a zero-knowledge proof
Extends
Properties
input
input: AlignedValue;
The inputs to a circuit
Inherited from
output
output: AlignedValue;
The outputs from a circuit
privateTranscriptOutputs
privateTranscriptOutputs: AlignedValue[];
The transcript of the witness call outputs
Inherited from
PartialProofData.privateTranscriptOutputs
publicTranscript
publicTranscript: Op<AlignedValue>[];
The public transcript of operations