@neutral-trade/sdk - v1.0.0
    Preparing search index...

    Function findAssociatedTokenPda

    • Derives the associated token account for owner and mint. Works for PDA owners as well (the derivation is curve-agnostic).

      Parameters

      • seeds: { mint: Address; owner: Address; tokenProgram?: Address }

      Returns Promise<readonly [Address<string>, ProgramDerivedAddressBump]>