backup Keys
fun backupKeys(passphrase: String, passphraseId: String, callback: (result: Set<KeyBackup>) -> Unit? = null)
Backup end-user keys to Fireblocks
Parameters
passphrase
In order to encrypt and backup the MPC key. The passphrase must be unique and secure, use generateRandomPassphrase method
passphrase Id
In order to identify the backed up MPC key. The passphraseId must be unique, use generatePassphraseId method
Throws
if the backupKeys method is already running