function xdefiWallet( options?: XdefiWalletConfigOptions,): WalletConfig<XDEFIWallet>;
Optional configuration options for the wallet
If true , the wallet will be tagged as "recommended" in ConnectWallet Modal UI. Default is false
true
ConnectWallet
false
let options: XdefiWalletConfigOptions;
let returnType: WalletConfig<XDEFIWallet>;