useSmartWallet

function useSmartWallet(): (
  wallet: WalletConfig<any>,
  options: SmartWalletConnectionArgs & SmartWalletConfigOptions,
) => Promise<SmartWallet>;

Returns

type ReturnType = (
  wallet: WalletConfig<any>,
  options: SmartWalletConnectionArgs & SmartWalletConfigOptions,
) => Promise<SmartWallet>;