• Parameters

    • context: Pick<Context, "eddsa" | "programs">
    • seeds: {
          mint: PublicKey<string>;
          owner: PublicKey<string>;
          tokenProgramId?: PublicKey<string>;
      }
      • mint: PublicKey<string>

        The address of the mint account

      • owner: PublicKey<string>

        The owner of the token account

      • Optional tokenProgramId?: PublicKey<string>

        The Token or Token2022 Program id

    Returns Pda

Generated using TypeDoc