AdapterWalletOptions

type AdapterWalletOptions = {
adaptedAccount: Account;
chain: Chain;
client: ThirdwebClient;
onDisconnect: () => Promise<void> | void;
switchChain: (chain: Chain) => Promise<void> | void;
};