Function Signature
Description
Retrieves detailed information about a specific SVM wallet by its account address. This function requires authentication and returns comprehensive wallet information including the wallet ID, threshold signature scheme, and chain details.Parameters
Required Parameters
accountAddress(string) - The Solana wallet address to retrieve
Returns
Promise<Wallet>- Detailed wallet information including:walletId- Unique wallet identifieraccountAddress- The wallet’s Solana addressthresholdSignatureScheme- The threshold signature scheme usedchainName- The chain name (e.g., ‘solana’)
Example
Error Handling
Related Functions
getSvmWallets()- Get all SVM walletsgetWallets()- Get all wallets