Function Signature
Description
Retrieves the export ID for a wallet on a specific chain. This ID is used for exporting wallet data and private keys.Parameters
Required Parameters
chainName(string) - The name of the blockchain chain (e.g., ‘base-sepolia’)serverKeyShare(object) - Object containing chain information:chainName(string) - The chain name for the server key share
Returns
Promise<string>- The export ID for the wallet
Example
Error Handling
Related Functions
exportPrivateKey()- Export private key using export IDexportKey()- Export key with chain name