type InjectedConnectOptions = { chain?: Chain; client: ThirdwebClient;};
Optional chain to connect to.
type chain = Chain;
The Thirdweb client.
type client = ThirdwebClient;