• Parameters

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

        The address of the Candy Guard account

      • candyMachine: PublicKey<string>

        The address of the Candy Machine account

      • id: number

        A unique identifier in the context of a Candy Machine/Candy Guard combo

      • user: PublicKey<string>

        The address of the wallet trying to mint

    Returns Pda

Generated using TypeDoc