object RxWallet
WalletImportExportConfig |
Represents the wallet export configuration. data class WalletImportExportConfig |
delete |
Deletes the wallet with the provided configuration. fun delete(config: WalletConfiguration, credentials: WalletCredentials): Completable |
export |
Exports the wallet using the provided configuration. fun export(wallet: Wallet, exportConfig: WalletImportExportConfig): Completable |
import |
Imports the wallet using the provided configuration. fun import(config: WalletConfiguration, credentials: WalletCredentials, importConfig: WalletImportExportConfig): Completable |