Skip to main content
Hook to get all Standard Solana Wallets registered in the wallet standard. This hook:
  • Gets all wallets using getWallets().get()
  • Listens for wallet registration/unregistration events
  • Returns the complete list including the CDP wallet once registered

Returns

Object containing array of all registered wallets

Example