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