Creates a Thirdweb client with the provided options.
import { createThirdwebClient } from "thirdweb";const client = createThirdwebClient({ clientId: "..." });
The created Thirdweb client.