@JsonClass(true) data class WalletImportExportConfig
Represents the wallet export configuration.
path
- is path of the file in which the wallet will be exported.
key
- is a passphrase used to derive export key.
<init> |
Represents the wallet export configuration. WalletImportExportConfig(path: String, key: String) |
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 |