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.
configuration - of the wallet to open/create.
configuration
credentials - of the wallet to open/create.
credentials