Function is_associated_token_account

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

Check if the given pubkey is an ATA address.