ata()
ata()
function ata(
mint,
owner,
programId?): Promise<PublicKey>;Defined in: utils.ts:438
Shorthand call signature for getAssociatedTokenAddress, with allowance for address to be offCurve
Parameters
| Parameter | Type | Description |
|---|---|---|
mint | PublicKey | SPL token Mint address. |
owner | PublicKey | Owner of the Associated Token Address |
programId? | PublicKey | Program ID of the mint |
Returns
Promise<PublicKey>
- Associated Token Address