offlineExportFullPrivateKey

Exports a full BIP340 private key offline.

Combines secret shares locally to compute the full private key(xpriv string). Useful in an offline recovery setting where key shares are collected manually and used to recover the full private key on an air-gapped device.

Return

The recovered full xpriv private key as a string

Parameters

secretShares

Array of BIP340 secret shares (from at least threshold parties).