Skip to main content

Function Signature

Description

Exports the full private keys from the MPC system. This requires authentication using one of your backup methods. For Self-Managed Backups, pass the encrypted client share via cipherText and the raw custodian share(s) via orgBackupShare (secp256k1 / EVM) and orgSolanaBackupShare (ed25519 / Solana). Under Portal-Managed Backups these parameters are not required — Portal supplies the custodian share.
WARNING: This operation exposes your full private keys. Once ejected, the security guarantees of MPC are lost. Use with extreme caution.

Parameters

Returns

Map<String, String> - A map of namespace to private key:

Example

Self-Managed Backups

Errors