pub fn decode_proof_instruction_context<T: Pod + ZkProofData<U>, U: Pod>(
account_info_iter: &mut Iter<'_, AccountInfo<'_>>,
expected: ProofInstruction,
instruction: &Instruction,
) -> Result<U, ProgramError>
Expand description
Decodes the proof context data associated with a zero-knowledge proof instruction.