backupKeys

fun backupKeys(passphrase: 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

callback

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