Skip to main content

ProvingKeyMaterial

@midnight/ledger v7.0.0


@midnight/ledger / ProvingKeyMaterial

Type Alias: ProvingKeyMaterial

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

Contains the raw file contents required for proving

Properties

ir

ir: Uint8Array;

proverKey

proverKey: Uint8Array;

verifierKey

verifierKey: Uint8Array;