• Parameters

    • context: Pick<Context, "rpc" | "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

    • Optional options: RpcGetAccountOptions

    Returns Promise<AllocationTracker>

Generated using TypeDoc