recoverWallet

suspend fun recoverWallet(jwe: String)(source)

Restores a Pluto instance from a JWE (JSON Web Encryption) string.

Parameters

jwe

The JWE string that contains the encrypted backup.

Throws

if the JWE algorithm or key type is unsupported.