• Parameters

    • context: Pick<Context, "programs" | "eddsa">
    • seeds: {
          candyGuard: PublicKey<string>;
          candyMachine: PublicKey<string>;
          id: number;
      }
      • candyGuard: PublicKey<string>

        The address of the Candy Guard account

      • candyMachine: PublicKey<string>

        The address of the Candy Machine account

      • id: number

        Unique identifier of the allocation

    Returns Pda

Generated using TypeDoc