Function spl_token_2022::proof::decode_proof_instruction_context

source ยท
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.