SmartWalletConnectionOptions

type SmartWalletConnectionOptions = {
chain?: Chain;
client: ThirdwebClient;
personalAccount: Account;
};