Skip to main content

ProofData

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.16.0


@midnight-ntwrk/compact-runtime / ProofData

Interface: ProofData

영지식 증명을 생성하는 데 필요한 데이터를 캡슐화합니다

Extends

Properties

input

input: AlignedValue;

회로의 입력

Inherited from

PartialProofData.input


output

output: AlignedValue;

회로의 출력


privateTranscriptOutputs

privateTranscriptOutputs: AlignedValue[];

위트니스 호출 출력의 트랜스크립트

Inherited from

PartialProofData.privateTranscriptOutputs


publicTranscript

publicTranscript: Op<AlignedValue>[];

연산의 공개 트랜스크립트

Inherited from

PartialProofData.publicTranscript