GitHub
Docs
useWalletGroups

useWalletGroups

Get wallet groups from createConfig. If you have installed sui wallet, it will definitely return "Installed" group.

[
  {
    groupName: 'Installed',
    wallets: [...]
  }
]