Exports private key offline without requiring server communication
keyShares
(any[]
) - Array of key sharesderivationPath
(string
) - Derivation path for the key (e.g., “m/44’/501’/0’/0’” for Solana)Promise<string>
- The exported private keyexportPrivateKey()
- Export private key with server communicationofflineExportKey()
- Export key offline