Skip to main content

eddsaKeyExport

eddsaKeyExport(exportConfig): Promise<string>

Exports a keyshare from the MPC to ECDSA private key.

Parameters

exportConfig

EddsaKeyExportConfig

The configuration for the key export.

Returns

Promise<string>

A promise that resolves to the exported private key in hex.

Throws

Throws if any field in EddsaKeyExportConfig is missing or undefined