• Parameters

    • context: Pick<Context, "eddsa" | "programs">
    • seeds: {
          authority: PublicKey<string>;
          recentSlot: number | bigint;
      }
      • authority: PublicKey<string>

        The address of the LUT's authority

      • recentSlot: number | bigint

        The recent slot associated with the LUT

    Returns Pda

Generated using TypeDoc