Function Signature
Description
Retrieves all wallets (not just SVM) for the authenticated user. This function returns an array of wallet objects containing information about all wallets associated with the current user.Parameters
NoneReturns
Promise<Wallet[]>
- Array of wallet objects
Example
Response Format
Error Handling
Related Functions
getSvmWallets()
- Get only SVM walletsgetWallet()
- Get a specific wallet by address