Sets the password used for the Password backup method. This method configures the password that will be used to encrypt and decrypt wallet backups using password-based key derivation.
value
: The password string used to generate a key for backup encryption/decryption via password-based key derivation. This should be a secure password that the user can reliably remember or safely store.MpcError.backupMethodNotRegistered
if the Password backup method has not been registered using registerBackupMethod
.Password
backup method for wallet backup or recovery operations