aries / net.globalid.aries.utils / RxWallet

RxWallet

object RxWallet

Types

WalletImportExportConfig

Represents the wallet export configuration.

data class WalletImportExportConfig

Functions

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