Function Signature
Description
Exports external server key shares for a specific wallet address. This function requires password verification and a valid session ID for authentication.Parameters
Required Parameters
accountAddress
(string
) - The wallet address to export key shares for (must include0x
prefix)
Optional Parameters
password
(string
) - Wallet password for authentication
Returns
Promise<ServerKeyShare[]>
- Array of exported external server key shares
Example
Error Handling
Related Functions
getExternalServerKeyShares()
- Get external server key sharessignMessage()
- Sign a message using key shares