data class RestoreInfo
Represents information for restoring a backup.
<init> |
Represents information for restoring a backup. RestoreInfo(localPath: String, keySeed: String, configuration: WalletConfiguration, credentials: WalletCredentials) |
configuration |
is the restoring wallet configuration. val configuration: WalletConfiguration |
credentials |
to use for the restored wallet. val credentials: WalletCredentials |
keySeed |
is the seed used for exporting and for key pair generation. val keySeed: String |
localPath |
is path to the backup file stored on device. val localPath: String |