AssociatedTokenSeeds
type AssociatedTokenSeeds = {
mint: Address;
owner: Address;
tokenProgram: Address;
};Properties
mint
mint: Address;The mint address of the associated token account.
owner
owner: Address;The wallet address of the associated token account.
tokenProgram
tokenProgram: Address;The address of the token program to use.