Exports a private key offline using key shares without server communication
keyShares
(any[]
) - Array of key shares to reconstruct the private keyderivationPath
(string
) - BIP-44 derivation path (defaults to “m/44’/60’/0’/0/0”)Promise<string>
- The exported private key as a hex stringexportPrivateKey()
- Export private key with server communicationofflineExportKey()
- Export key offline