Function Signature
Description
Retrieves external server key shares for a specific Solana wallet address. These key shares are required for signing operations and must be obtained before performing any wallet operations.Parameters
Required Parameters
accountAddress(string) - The Solana wallet address to get key shares for
Returns
Promise<any[]>- Array of external server key shares
Example
Error Handling
Related Functions
signTransaction()- Sign a transaction using key sharessignMessage()- Sign a message using key shares