Function is_associated_token_account_with_program_id

Source
pub fn is_associated_token_account_with_program_id(
    pubkey: &Pubkey,
    owner: &Pubkey,
    mint: &Pubkey,
    program_id: &Pubkey,
) -> bool
Expand description

Check if the given address is an ATA address.