• Parameters

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

        The address of the Asset

      • 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 Asset mint/Candy Machine/Candy Guard combo

    Returns Pda

Generated using TypeDoc