PartialProofData
@midnight-ntwrk/compact-runtime v0.14.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