useInstalledWallets

function useInstalledWallets(): {
  coinbaseWallet: boolean;
  metamask: boolean;
  trustWallet: boolean;
  zerionWallet: boolean;
};

Returns

type ReturnType = {
  coinbaseWallet: boolean;
  metamask: boolean;
  trustWallet: boolean;
  zerionWallet: boolean;
};