pub fn decode_proof_instruction_context<T: Pod + ZkProofData<U>, U: Pod>(
    expected: ProofInstruction,
    instruction: &Instruction
) -> Result<&U, ProgramError>
Expand description

Decodes the proof context data associated with a zero-knowledge proof instruction.