Function getAssociatedTokenAddress
- getAssociatedTokenAddress(mint, owner, allowOwnerOffCurve?, programId?, associatedTokenProgramId?): Promise<PublicKey>
Parameters
- mint: PublicKey
- owner: PublicKey
- allowOwnerOffCurve: boolean = false
- programId: PublicKey = TOKEN_PROGRAM_ID
- associatedTokenProgramId: PublicKey = ASSOCIATED_TOKEN_PROGRAM_ID
Returns Promise<PublicKey>