aries / net.globalid.aries.backup.model / RestoreInfo

RestoreInfo

data class RestoreInfo

Represents information for restoring a backup.

Constructors

<init>

Represents information for restoring a backup.

RestoreInfo(localPath: String, keySeed: String, configuration: WalletConfiguration, credentials: WalletCredentials)

Properties

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