Struct PrivateCallData
pub struct PrivateCallData {
pub public_inputs: PrivateCircuitPublicInputs,
pub vk: ChonkVerificationKey,
pub verification_key_hints: PrivateVerificationKeyHints,
}
Fields
public_inputs: PrivateCircuitPublicInputsverification_key_hints: PrivateVerificationKeyHints
Verifies the proof against the verification key and public inputs. The vk hash is also checked in the backend to match the key.