pub fn verify_configure_account_proof(
    account_info_iter: &mut Iter<'_, AccountInfo<'_>>,
    proof_instruction_offset: i64
) -> Result<PubkeyValidityProofContext, ProgramError>
Expand description

Verify zero-knowledge proof needed for a [ConfigureAccount] instruction and return the corresponding proof context.