• Parameters

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

        The address of the Candy Guard account

      • candyMachine: PublicKey<string>

        The address of the Candy Machine account

      • merkleRoot: Uint8Array

        The Merkle Root used when verifying the user

      • user: PublicKey<string>

        The address of the wallet trying to mint

    • Optional options: RpcGetAccountOptions

    Returns Promise<AllowListProof>

Generated using TypeDoc