fun open(file: Path, password: String): Wallet
Opens a new wallet with the file. If the file is missing, it throws an IllegalArgumentException.
file - the file with the encrypted secret.
file
password - the password
password
Return the wallet from the file