InAppWalletConnectionOptions

type InAppWalletConnectionOptions = Prettify<
chain?: Chain;
client: ThirdwebClient;
}
>;