eu-digital-identity-wallet / eudi-lib-ios-wallet-kit

This repository contains the EUDI Wallet Kit library for iOS. The library is a part of the EUDI Wallet Reference Implementation project.
https://eu-digital-identity-wallet.github.io/eudi-lib-ios-wallet-kit/
Apache License 2.0
6 stars 8 forks source link

Make storage manager methods async throws #7

Closed phisakel closed 6 months ago

phisakel commented 6 months ago

This pull request updates the storage manager methods in the EudiWallet class to be asynchronous and throw errors when necessary. This allows for better error handling and improves the overall performance of the application.