Skip to main content

ProvingKeyMaterial

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / ProvingKeyMaterial

Type Alias: ProvingKeyMaterial

type ProvingKeyMaterial = {
ir: Uint8Array;
proverKey: Uint8Array;
verifierKey: Uint8Array;
};

증명에 필요한 원시 파일 내용을 포함합니다.

Properties

ir

ir: Uint8Array;

proverKey

proverKey: Uint8Array;

verifierKey

verifierKey: Uint8Array;