function frameWallet( config?: FrameWalletConfigOptions,): WalletConfig<FrameWallet>;
Optional object containing the following properties to configure the wallet
If true, the wallet will be tagged as "recommended" in ConnectWallet Modal UI
ConnectWallet
let config: FrameWalletConfigOptions;
let returnType: WalletConfig<FrameWallet>;