Interface CircuitArtifacts

interface CircuitArtifacts {
    prepareR1cs?: string | Uint8Array;
    showR1cs?: string | Uint8Array;
    prepareWitnessWasm?: string | Uint8Array;
    showWitnessWasm?: string | Uint8Array;
}

Properties

prepareR1cs?: string | Uint8Array
showR1cs?: string | Uint8Array
prepareWitnessWasm?: string | Uint8Array
showWitnessWasm?: string | Uint8Array