offlineExportFullPrivateKey

Exports a full Sr25519 private key offline.

Combines secret shares locally to compute the full private key. 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 full private key as a hex string, or null if recovery fails

Parameters

secretShares

A list of secret shares (at least threshold number)