Exports a key offline using key shares without server communication
chainName
(string
) - The name of the blockchain chain (e.g., ‘base-sepolia’)keyShares
(any[]
) - Array of key shares to reconstruct the keyderivationPath
(string
) - BIP-44 derivation path (defaults to “m/44’/60’/0’/0/0”)Promise<string>
- The exported key as a hex stringofflineExportPrivateKey()
- Export private key offlineexportKey()
- Export key with server communication