• Parameters

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

        The address of the mint account

      • token: PublicKey<string>

        The address of the token account (ata or not)

    Returns Pda

Generated using TypeDoc