• Parameters

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

        The address of the Candy Guard account

      • candyMachine: PublicKey<string>

        The address of the Candy Machine account

      • destination: PublicKey<string>

        The wallet that will eventually receive the funds

    Returns Pda

Generated using TypeDoc