Skip to main content

proofDataIntoSerializedPreimage

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / proofDataIntoSerializedPreimage

Function: proofDataIntoSerializedPreimage()

function proofDataIntoSerializedPreimage(
input,
output,
public_transcript,
private_transcript_outputs,
key_location?): Uint8Array;

입력, 출력, 트랜스크립트 정보를 증명 프리이미지로 변환합니다. suitable to pass to a ProvingProvider.

The key_location parameter is a string used to identify the circuit by proving machinery, for backwards-compatibility, if unset it defaults to 'dummy'.

Parameters

input

AlignedValue

output

AlignedValue

public_transcript

Op<AlignedValue>[]

private_transcript_outputs

AlignedValue[]

key_location?

string

Returns

Uint8Array