useUserWallets
Hook for managing multiple wallets associated with a user.
Returns
wallets: Wallet[] - Array of user's wallets
isLoading: boolean - Loading state
error: Error | null - Error state if wallet fetching fails
Last updated
Was this helpful?