• Parameters

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

        The address of the mint account

      • useAuthority: PublicKey<string>

        The address of the use authority

    Returns Pda

Generated using TypeDoc