aries / net.globalid.aries.storage / WalletManager / openOrCreate

openOrCreate

fun openOrCreate(configuration: WalletConfiguration, credentials: WalletCredentials): Single<Wallet>

Opens the wallet with the given WalletConfiguration and WalletCredentials or creates a new one if it does not yet exist.

Parameters

configuration - of the wallet to open/create.

credentials - of the wallet to open/create.