Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Function Signature
Description
Decrypts an encrypted key share using the provided password. This function is used to recover key shares that were previously encrypted.Parameters
Required Parameters
keyShare(string) - The encrypted key share stringpassword(string) - Password for decrypting the key share
Returns
Promise<any>- The decrypted key share object
Example
Error Handling
Related Functions
encryptKeyShare()- Encrypt a key shareexportExternalServerKeyShares()- Export external server key shares