Function spl_token_2022::extension::confidential_transfer::verify_proof::verify_empty_account_proof
source ยท pub fn verify_empty_account_proof(
account_info_iter: &mut Iter<'_, AccountInfo<'_>>,
proof_instruction_offset: i64,
) -> Result<ZeroBalanceProofContext, ProgramError>
Expand description
Verify zero-knowledge proof needed for a [EmptyAccount] instruction and return the corresponding proof context.