Type Alias AtaAccountInfo

AtaAccountInfo: Pick<Account, "address" | "owner" | "mint">

A type representing a Associated Token Account

The address of the ATA account.

The owner address of the ATA.

The mint of the token the ATA represents.