aries / net.globalid.aries.utils / RxWallet / WalletImportExportConfig

WalletImportExportConfig

@JsonClass(true) data class WalletImportExportConfig

Represents the wallet export configuration.

Parameters

path - is path of the file in which the wallet will be exported.

key - is a passphrase used to derive export key.

Constructors

<init>

Represents the wallet export configuration.

WalletImportExportConfig(path: String, key: String)

Properties

key

is a passphrase used to derive export key.

val key: String

path

is path of the file in which the wallet will be exported.

val path: String