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