recoverKeys

fun recoverKeys(passphrase: String, callback: (result: Set<KeyRecovery>) -> Unit? = null)

Recover an end-user key backup that was done using backupKeys

Parameters

passphrase

In order to encrypt and backup the MPC key. The passPhrase must be unique and secure, use generateRandomPassphrase method

callback

invoked with the Set of KeyRecovery with the information of all backed up keys