Function Signature
Description
Refreshes wallet account shares. This function generates new key shares for the wallet while maintaining the same security model and threshold signature scheme.Parameters
Required Parameters
accountAddress(string) - The wallet address to refresh shares forchainName(string) - The chain name (e.g., ‘solana’)password(string) - Wallet password for security
Returns
Promise<any[]>- Array of refreshed key shares
Example
Error Handling
Related Functions
reshare()- Reshare wallet with new threshold schemegetExternalServerKeyShares()- Get external server key shares