Skip to main content

ProofData

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

PartialProofData.input


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

Inherited from

PartialProofData.publicTranscript